Index: LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html |
diff --git a/LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html b/LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html |
deleted file mode 100644 |
index fb165a19ce5ac1b558a3d3a2b57fca9161e354e0..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-<body style="margin: 0;" onload="loaded()"> |
- <script> |
- if (window.testRunner) |
- window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1"); |
- </script> |
- <script src="resources/line-flow-with-floats.js"></script> |
- <script> |
- function test(doc) |
- { |
- doc.getElementById("pinkFloat").style.height = "120px"; |
- } |
- </script> |
- <iframe onload="loaded()" id="iframe" src="resources/line-flow-with-floats.html" style="border: none; width: 500px; height: 600px; -webkit-flow-into:thread"></iframe> |
- <div style="position:absolute;left:100px;top:0;width:500px;height:600px;-webkit-flow-from: thread"></div> |
-</body> |