summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1384275-1.html
blob: a5b12b9991e62da8af05a8ec43ae6df12f65c4af (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<style>
p { color: red; }
@import url(https://example.invalid/a.css);
@supports (color: green) {
  p { color: green; }
}
</style>
<p>This text should be green.</p>