1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/tests/bug240933-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!DOCTYPE HTML><html> 1.5 +<body> 1.6 +<textarea id="t" rows="4" style="-moz-appearance: none"> 1.7 + 1.8 +</textarea> 1.9 +<script> 1.10 + var t = document.getElementById("t"); 1.11 + t.selectionStart = t.selectionEnd = t.value.length; 1.12 + t.focus(); 1.13 +</script> 1.14 +</body> 1.15 +</html>