layout/generic/crashtests/854263-1.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE html>
     2 <html class="reftest-wait">
     3 <head>
     4   <style>
     5     .flexContainer {
     6       display: flex;
     8       width: 300px;
     9       height: 300px;
    10       background: yellow;
    11     }
    12     .flexItem {
    13       border: 1px dashed purple;
    14     }
    15   </style>
    16   <script>
    17     function finish() {
    18       document.documentElement.removeAttribute('class');
    19     }
    20   </script>
    21 </head>
    22 <body onload="setTimeout(finish, 0)">
    23   <div class="flexContainer">
    24     <embed src="about:blank" class="flexItem"></embed>
    25   </div>
    26 </body>
    27 </html>

mercurial