mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 06:29:21 +00:00
6 lines
178 B
HTML
6 lines
178 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for unexpected end of @import</title>
|
|
<style>div { color: red }</style>
|
|
<style>@media ; div { color: green; }</style>
|
|
<div>This should be green</div>
|