Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/504032-1.html

19 lines
505 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body { color: green }
</style>
<link rel="stylesheet"
href="data:text/css,@media no-such-medium { body { color: red } }"
type="text/css">
<link rel="stylesheet"
href="data:text/css,@media no-such-medium { body { color: red } }"
type="text/css">
<script>
// Force cloning of the second linked sheet
document.styleSheets[2].cssRules[0];
</script>
</head>
<body>test</body>
</html>