Index: third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline.html |
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline.html b/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline.html |
deleted file mode 100644 |
index 819156bb9bf173b5d41acf1fce2c2516b9243f2a..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/repaint/multicol-with-inline.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="resources/text-based-repaint.js"></script> |
-<script> |
- if (window.internals) |
- onload = runRepaintAndPixelTest; |
- else |
- onclick = repaintTest; |
- function repaintTest() { |
- var target = document.getElementById('target'); |
- target.style.visibility = 'visible'; |
- } |
-</script> |
-<div style="-webkit-columns:4; -webkit-column-gap:10px; column-fill:auto; width:630px; height:20px; font:20px/1 ahem; color:green;"> |
- <br> |
- <br> |
- <br> |
- <span id="target" style="visibility:hidden;">PASS</span> |
-</div> |
-<p>A green rectangle should be seen above (if tested manually, you need to click first).</p> |