1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/tests/bug612271-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML><html><head> 1.5 + <script type="text/javascript" src="/tests/SimpleTest/EventUtils.js"></script> 1.6 + <script type="text/javascript"> 1.7 + function loaded() { 1.8 + var t = document.querySelector("textarea"); 1.9 + t.focus(); 1.10 + t.selectionStart = t.selectionEnd = 4; 1.11 + } 1.12 + </script> 1.13 +</head> 1.14 +<body onload="loaded()"> 1.15 + <textarea style="height: 200px; display: block; -moz-appearance: none" spellcheck="false" 1.16 + >foo 1.17 +</textarea> 1.18 + 4 - 4 1.19 +</body> 1.20 +</html>