tenfourfox/layout/reftests/bugs/449171-1.html

17 lines
303 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>