Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Side by Side Diff: LayoutTests/fast/multicol/old/null-lastFloat-in-removeFloatingObjectsBelow.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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; columns:2; column-fill:auto; 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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698