| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>Repaint test for http://bugs.webkit.org/show_bug.cgi?id=12123</title> | 4 <title>Repaint test for http://bugs.webkit.org/show_bug.cgi?id=12123</title> |
| 5 <script src="../../resources/ahem.js"></script> |
| 5 <style> | 6 <style> |
| 6 .spacer { width: 0; } | 7 .spacer { width: 0; } |
| 7 .test { border: thin dotted lightgray; margin: 2px; height: 35px; } | 8 .test { border: thin dotted lightgray; margin: 2px; height: 35px; } |
| 8 .outer { border: thin solid purple; padding: 5px; width: 50px; margin-le
ft: 50px; } | 9 .outer { border: thin solid purple; padding: 5px; width: 50px; margin-le
ft: 50px; } |
| 9 .outer > div { height: 10px; background-color: pink; } | 10 .outer > div { height: 10px; background-color: pink; } |
| 10 .outer > div > div { width: 40px; height: 10px; background-color: lightb
lue; } | 11 .outer > div > div { width: 40px; height: 10px; background-color: lightb
lue; } |
| 11 span { font-family: Ahem; color: blue; } | 12 span { font-family: Ahem; color: blue; } |
| 12 .box { display: -webkit-box; } | 13 .box { display: -webkit-box; } |
| 13 </style> | 14 </style> |
| 14 <script src="resources/text-based-repaint.js"></script> | 15 <script src="resources/text-based-repaint.js"></script> |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 <div class="outer"> | 175 <div class="outer"> |
| 175 <div style="display: inline-block; height: 20px;"> | 176 <div style="display: inline-block; height: 20px;"> |
| 176 <div style="float: left; margin-left: -8px;"> | 177 <div style="float: left; margin-left: -8px;"> |
| 177 <span>x</span> | 178 <span>x</span> |
| 178 </div> | 179 </div> |
| 179 </div> | 180 </div> |
| 180 </div> | 181 </div> |
| 181 </div> | 182 </div> |
| 182 </body> | 183 </body> |
| 183 </html> | 184 </html> |
| OLD | NEW |