2 <html class=
"reftest-wait"><head>
4 <title>Testcase #
1 for bug
1253977</title>
5 <style type=
"text/css">
7 * { -moz-appearance:none
; }
9 border:2px solid black
;
12 outline: 2px dashed black
;
19 <select><option>1<option>2</select>
25 var b
= document
.querySelector("input");
27 document
.body
.offsetHeight
;
28 setTimeout(function(){ document
.body
.offsetHeight
; document
.documentElement
.removeAttribute("class"); }, 100);
32 window
.addEventListener("MozReftestInvalidate", runTests
);