Bug 1837620 - Part 6: Make edges for multiple shape guard weak too r=sfink
[gecko.git] / layout / reftests / css-variables / variables-ruletree-cache-02-ref.html
blob202bb7b106f6b97c0ec80f01e50b941e1d04bab1
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>