| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <p> | 2 <p> |
| 3 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https:/
/bugs.webkit.org/show_bug.cgi?id=68550</a> | 3 Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https:/
/bugs.webkit.org/show_bug.cgi?id=68550</a> |
| 4 REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()</i>. | 4 REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()</i>. |
| 5 </p> | 5 </p> |
| 6 <p> | 6 <p> |
| 7 The test passes if it does not cause a crash or assertion failure. | 7 The test passes if it does not cause a crash or assertion failure. |
| 8 </p> | 8 </p> |
| 9 <script> | 9 <script> |
| 10 if (window.testRunner) | 10 if (window.testRunner) |
| 11 testRunner.dumpAsText(); | 11 testRunner.dumpAsText(); |
| 12 </script> | 12 </script> |
| 13 <div style="-webkit-columns: 2; width: 200px; height: 40px; font-family: ahem; -
webkit-font-smoothing: none;"> | 13 <div style="-webkit-columns:2; columns:2; column-fill:auto; width:200px; height:
40px; font-family:ahem; -webkit-font-smoothing:none;"> |
| 14 <div style="height: 12px;"></div> | 14 <div style="height: 12px;"></div> |
| 15 <div> | 15 <div> |
| 16 Text<br>E | 16 Text<br>E |
| 17 <div style="width: 6px; height: 6px; float: left; background-color: blue
;"> | 17 <div style="width: 6px; height: 6px; float: left; background-color: blue
;"> |
| 18 </div> | 18 </div> |
| 19 </div> | 19 </div> |
| 20 </div> | 20 </div> |
| OLD | NEW |