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

Unified Diff: LayoutTests/fast/repaint/region-painting-composited-element-expected.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/region-painting-composited-element-expected.html
diff --git a/LayoutTests/fast/repaint/region-painting-composited-element-expected.html b/LayoutTests/fast/repaint/region-painting-composited-element-expected.html
deleted file mode 100644
index 0f5c09be08c3362989723b1f310fc6d1ea687da6..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/repaint/region-painting-composited-element-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html>
-<head>
-<title>Test for https://bugs.webkit.org/show_bug.cgi?id=102826</title>
-<script>
- if (window.testRunner)
- window.testRunner.overridePreference("WebKitCSSRegionsEnabled", "1");
-</script>
-<style type="text/css">
-#region1, #region2 {
- width: 100px;
- height: 50px;
- background-color: green;
-}
-</style>
-</head>
-<body>
- <div id="region1"></div><br />
- <div id="region2"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698