comparison: layout/reftests/scoped-style/scoped-style-charset.html
layout/reftests/scoped-style/scoped-style-charset.html
- branch
- TOR_BUG_9701
- changeset 9
- a63d609f5ebe
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <body> |
|
3 <p>First</p> |
|
4 <p> |
|
5 <style scoped> |
|
6 @charset "UTF-16"; |
|
7 p { color: blue } |
|
8 </style> |
|
9 Second |
|
10 </p> |
|
11 <p>Third</p> |
|
12 </body> |