Index: LayoutTests/fast/regions/absolute-pos-elem-in-named-flow.html |
diff --git a/LayoutTests/fast/regions/absolute-pos-elem-in-named-flow.html b/LayoutTests/fast/regions/absolute-pos-elem-in-named-flow.html |
deleted file mode 100644 |
index 7235b739d67e1a741998af36278dedfd193c1999..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/regions/absolute-pos-elem-in-named-flow.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!doctype html> |
-<html> |
- <head> |
- <style> |
- #absolute { position: absolute; -webkit-flow-into: flow; width: 50px; height: 50px; } |
- </style> |
- </head> |
- <body> |
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=88133">WebKit Bug 88133</a> Collecting a fixed positioned element in a named flow causes WebKit to crash.</p> |
- <p>This test collects an absolutely positioned object into a named flow without flowing it into a region.</p> |
- <p>The test passes if it does not crash or assert.</p> |
- <div id="absolute"></div> |
- <p>PASS</p> |
- <script> |
- if (window.testRunner) |
- window.testRunner.dumpAsText(); |
- </script> |
- </body> |
-</html> |