layout/reftests/bugs/493968-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <style>body { color: red; }</style>
     5     <link rel="stylesheet" href="data:text/css,@import 'data:text/css,body { color: green }'; @import 'data:text/css,foopy {}';" id="r">
     6     <link rel="stylesheet" href="data:text/css,@import 'data:text/css,body { color: green }'; @import 'data:text/css,foopy {}';">
     7     <script>
     8       // Force a unique inner for the second linked sheet
     9       document.styleSheets[2].cssRules[0];
    11       // Ditch the first sheet
    12       var r = document.getElementById("r");
    13       r.parentNode.removeChild(r);
    14     </script>
    15   </head>
    16   <body>
    17     This should be green
    18   </body>
    19 </html>

mercurial