layout/reftests/scoped-style/scoped-style-012-ref.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:4b3062daf38b
1 <!DOCTYPE html>
2 <body>
3 <div>First</div>
4 <div style="color: green">
5 Second
6 <div style="text-decoration: underline">Third</div>
7 </div>
8 </body>

mercurial