Home | History | Annotate | Download | only in manual-tests

Lines Matching full:background

8     div#a { background: green; }
9 div#b { background: yellow; }
10 div#a:hover { background: red; }
11 div#b:hover { background: green; }
18 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
23 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
24 After a second, you should see &ldquo;Only green now&rdquo; over a green background.
28 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
29 &ldquo;Only green now&rdquo; will appear over a yellow background with a red
30 rect at the top. If you move the mouse over the background, the colors will
51 <span id="c" onmouseover="hoveredC()">Hover here<br><span style="background: black;">&nbsp;Wait&nbsp;</span></span>