Index: LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html |
diff --git a/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html b/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html |
deleted file mode 100644 |
index 5bc1103f48847eacb5cfb4b692676f5a9f74f42b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/line-too-tall-to-fit-expected.html |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-<!DOCTYPE html> |
-<style> |
- span { float:left; width:1em; } |
-</style> |
-<p>A line that doesn't fit in the current column (that has preceding content) should be moved to the next column, even if the line is taller than the multicol container.</p> |
-<p>Below the word "PASS" should be seen, with large letter spacing.</p> |
-<span>P</span><span>A</span> |
-<span>S</span><span>S</span> |