Index: LayoutTests/fast/multicol/continuation-crash.html |
diff --git a/LayoutTests/fast/multicol/continuation-crash.html b/LayoutTests/fast/multicol/continuation-crash.html |
deleted file mode 100644 |
index c28fdcdc1092063efa39d4b2358b3db50323a395..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/continuation-crash.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-Test passes if it does not crash. |
-<style> |
-.column-layout { -webkit-column-count: 1; } |
-.column-span-all { -webkit-column-span: all; } |
-.after-content:after { display: block; content: "" } |
-</style> |
-<div class="column-layout"> |
- <span class="after-content"> |
- <div></div> |
- </span> |
- <div class="column-span-all"></div> |
-</div> |
-<script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
-</html> |