Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / bugs / 613433-2.html
blob9f962e2630e5547cad5d94b6efb300c61cb628e8
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <head>
4 <style>
5 div {
6 min-height: 36px;
7 overflow-y: auto;
9 </style>
10 <script>
11 function test() {
12 document.querySelector("div").focus();
14 function focusTriggered() {
15 document.documentElement.removeAttribute("class");
17 </script>
18 </head>
19 <body onload="test()">
20 <div contenteditable onfocus="focusTriggered()"></div>
21 </body>
22 </html>