layout/reftests/css-variables/variables-ruletree-cache-02-ref.html

changeset 2
7e26c7da4463
equal deleted inserted replaced
-1:000000000000 0:48c65ae4e8b1
1 <!DOCTYPE html>
2 <style>
3 div#a { background-color: purple; }
4 div#b { background-color: blue; }
5 </style>
6 <div id="a"><p>This should be purple.</p></div>
7 <div id="b"><p>This should be blue.</p></div>

mercurial