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

Unified Diff: LayoutTests/fast/multicol/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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
diff --git a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html b/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
deleted file mode 100644
index 64498925000cafe51685b2aa1e9cf74793f7be5e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/multicol/null-lastFloat-in-removeFloatingObjectsBelow.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<p>
- Test for <i><a href="https://bugs.webkit.org/show_bug.cgi?id=68550">https://bugs.webkit.org/show_bug.cgi?id=68550</a>
- REGRESSION: Crash in RenderBlock::removeFloatingObjectsBelow()</i>.
-</p>
-<p>
- The test passes if it does not cause a crash or assertion failure.
-</p>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<div style="-webkit-columns:2; columns:2; column-fill:auto; width:200px; height:40px; font-family:ahem; -webkit-font-smoothing:none;">
- <div style="height: 12px;"></div>
- <div>
- Text<br>E
- <div style="width: 6px; height: 6px; float: left; background-color: blue;">
- </div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698