comparison: layout/reftests/scoped-style/scoped-style-023.html
layout/reftests/scoped-style/scoped-style-023.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <body> |
|
3 <style scoped> |
|
4 p::first-line { color: green; } |
|
5 span { color: blue; } |
|
6 </style> |
|
7 <p>First line<br><span>Second line</span></p> |
|
8 </body> |