Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 <!doctype html>
2 <html><head><title>Dynamic manipulation of !important</title>
3 <style>
4 div { float: left; width: 50px; height: 50px; margin: 5px;
5 background-color: green }
6 div#control { width: 230px }
7 p { clear: left }
8 </style>
9 <body>
10 <div></div>
11 <div></div>
12 <div></div>
13 <div></div>
14 <p></p>
15 <div></div>
16 <div></div>
17 <div></div>
18 <div></div>
19 <p></p>
20 <div id="control"></div>
21 <p>There should be two rows of four green squares and one solid green
22 bar above.</p>
23 </body>
24 </html>