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

Unified Diff: LayoutTests/fast/regions/layers/region-zIndex-computedStyle.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/regions/layers/region-zIndex-computedStyle.html
diff --git a/LayoutTests/fast/regions/layers/region-zIndex-computedStyle.html b/LayoutTests/fast/regions/layers/region-zIndex-computedStyle.html
deleted file mode 100644
index 0732e51b0df00c6e955a5635412e3054fa2e8589..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/layers/region-zIndex-computedStyle.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <script src="../../../resources/js-test.js"></script>
- <style>
- #article { -webkit-flow-into: flow; }
- #region { -webkit-flow-from: flow; }
- </style>
- </head>
- <body>
- <p>Test region's computed values for z-index.</p>
- <p>A region establishes a stacking context.</p>
- <p>On success you should see PASS below</p>
- <p id="console"></p>
- <div id="article"></div>
- <div id="region"></div>
- </body>
- <script>
- if (window.testRunner)
- window.testRunner.dumpAsText();
- shouldBeEqualToString('window.getComputedStyle(document.getElementById("region")).zIndex', "0");
- </script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698