Wed, 31 Dec 2014 07:16:47 +0100
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>