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> |