| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12079</title> | 3 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=12079</title> |
| 4 <style type="text/css"> | 4 <style type="text/css"> |
| 5 div.playground { position: relative; width: 90px; height: 90px; } | 5 div.playground { position: relative; width: 90px; height: 90px; } |
| 6 .red { background-color: yellow; } | 6 .red { background-color: yellow; } |
| 7 .blue { background-color: blue; } | 7 .blue { background-color: blue; } |
| 8 .green { background-color: green; } | 8 .green { background-color: green; } |
| 9 .zero { height: 0; width: 60px; } | 9 .zero { height: 0; width: 60px; } |
| 10 .half { height: 30px; width: 60px; } | 10 .half { height: 30px; width: 60px; } |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 | 32 |
| 33 <div class="playground" style="margin-top: 30px;"> | 33 <div class="playground" style="margin-top: 30px;"> |
| 34 <div style="width: 10px; margin: auto;"> | 34 <div style="width: 10px; margin: auto;"> |
| 35 <div id="innerDiv" style="height: 15px"></div> | 35 <div id="innerDiv" style="height: 15px"></div> |
| 36 </div> | 36 </div> |
| 37 <div class="half"></div> | 37 <div class="half"></div> |
| 38 <div class="half" style="border-top: solid yellow 8px;"></div> | 38 <div class="half" style="border-top: solid yellow 8px;"></div> |
| 39 </div> | 39 </div> |
| 40 </body> | 40 </body> |
| 41 </html> | 41 </html> |
| OLD | NEW |