Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 <html class="reftest-wait">
2 <head>
3 <script>
5 function boom()
6 {
7 document.getElementById("M").style.width = "6em";
8 document.documentElement.removeAttribute("class");
9 }
11 </script>
13 <body onload="setTimeout(boom, 30);">
15 <div style="position:absolute; top: 50px; left: 50px; border: 2px solid orange;">
17 <select>
18 <option id="M">M</option>
19 </select>
21 <br>
23 <select style="width: 200%">
24 <option style="visibility: collapse; overflow: auto; display: table-footer-group;">X</option>
25 </select>
27 </div>
29 </body>
30 </html>