layout/reftests/bugs/504032-1.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html>
     3   <head>
     4     <style>
     5       body { color: green }
     6     </style>
     7     <link rel="stylesheet"
     8           href="data:text/css,@media no-such-medium { body { color: red } }"
     9           type="text/css">
    10     <link rel="stylesheet"
    11           href="data:text/css,@media no-such-medium { body { color: red } }"
    12           type="text/css">
    13     <script>
    14       // Force cloning of the second linked sheet
    15       document.styleSheets[2].cssRules[0];
    16     </script>
    17   </head>
    18   <body>test</body>
    19 </html>

mercurial