tenfourfox/layout/reftests/css-variables/variables-ruletree-cache-02-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
201 B
HTML

<!DOCTYPE html>
<style>
div#a { background-color: purple; }
div#b { background-color: blue; }
</style>
<div id="a"><p>This should be purple.</p></div>
<div id="b"><p>This should be blue.</p></div>