blob: 058bee68d7242d6ce7b709dafef11bf0f4fb4d85 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!-- 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>
|