mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
11 lines
196 B
HTML
11 lines
196 B
HTML
<!-- This test is intentionally in quirks mode -->
|
|
<style>
|
|
div { color: green; }
|
|
</style>
|
|
<div>
|
|
<div>This text should be green</div>
|
|
</div>
|
|
<div>
|
|
<div>This text should be green</div>
|
|
</div>
|