mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
15 lines
222 B
HTML
15 lines
222 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div>
|
|
<div>
|
|
<p>This should be green.</p>
|
|
<style scoped>
|
|
p { color: green }
|
|
</style>
|
|
</div>
|
|
<style scoped>
|
|
p { color: red }
|
|
</style>
|
|
</div>
|
|
</body>
|