| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 <div id="innerDiv" style="height: 15px"></div> | 64 <div id="innerDiv" style="height: 15px"></div> |
| 65 </caption> | 65 </caption> |
| 66 <tbody> | 66 <tbody> |
| 67 <tr><td class="half"></td></tr> | 67 <tr><td class="half"></td></tr> |
| 68 <tr><td class="half" style="border-top: solid yellow 8px;"></td>
</tr> | 68 <tr><td class="half" style="border-top: solid yellow 8px;"></td>
</tr> |
| 69 </tbody> | 69 </tbody> |
| 70 </table> | 70 </table> |
| 71 </div> | 71 </div> |
| 72 </body> | 72 </body> |
| 73 </html> | 73 </html> |
| OLD | NEW |