1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-enabled/label/style.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +label { 1.5 + background-color: green; 1.6 +} 1.7 + 1.8 +label:enabled { 1.9 + background-color: red; 1.10 +} 1.11 + 1.12 +/* ref should always be green! */ 1.13 +.ref:enabled { 1.14 + background-color: green; 1.15 +}