Lines Matching full:style
7 <p><b>BUG ID:</b> <a href="rdar://problem/3572507">3572507</a> Flash in div with display:none style will not redraw when style changed to display:block (3479)</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b> <br>
15 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
19 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
32 document.getElementById('tab1').style.display = "block";
33 document.getElementById('tab2').style.display = "none";
36 document.getElementById('tab2').style.display = "block";
37 document.getElementById('tab1').style.display = "none";
47 <div id="tab2" style="display: none">