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

Unified Diff: LayoutTests/fast/repaint/line-flow-with-floats-in-regions.html

Issue 159933010: Remove everything region-specific from LayoutTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/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>

Powered by Google App Engine
This is Rietveld 408576698