layout/reftests/bugs/613433-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 <!DOCTYPE html>
     2 <html class="reftest-wait">
     3   <head>
     4     <style>
     5       div {
     6         min-height: 36px;
     7         overflow-x: auto;
     8       }
     9     </style>
    10     <script>
    11       function test() {
    12         document.querySelector("div").focus();
    13       }
    14       function focusTriggered() {
    15         document.documentElement.removeAttribute("class");
    16       }
    17     </script>
    18   </head>
    19   <body onload="test()">
    20     <div contenteditable onfocus="focusTriggered()"></div>
    21   </body>
    22 </html>

mercurial