tenfourfox/layout/reftests/bugs/449171-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
303 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
@import url("data:text/css,.import { color: green }");
div { color: red }
@media {
.media { color: green }
}
</style>
</head>
<body>
<div class="import">test</div>
<div class="media">test</div>
<body>
</html>