layout/reftests/scoped-style/scoped-style-charset.html

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:9cb2536f97b4
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>

mercurial