no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 504032-1.html
blob92a34fe3bca94f99194aac4ca55ec9c5cf1b0e5a
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>