mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-27 01:38:39 +09:00
5 lines
179 B
HTML
5 lines
179 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for unexpected end of @import</title>
|
|
<style>div { color: red }</style>
|
|
<style>@import ; div { color: green; }</style>
|
|
<div>This should be green</div>
|