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

Unified Diff: LayoutTests/fast/regions/positioned-with-vrl-parent-in-named-flow.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/positioned-with-vrl-parent-in-named-flow.html
diff --git a/LayoutTests/fast/regions/positioned-with-vrl-parent-in-named-flow.html b/LayoutTests/fast/regions/positioned-with-vrl-parent-in-named-flow.html
deleted file mode 100644
index 5496fc3eea6bc0b78e35c8797429e584c3b773cf..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/positioned-with-vrl-parent-in-named-flow.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- #articleVertRL { -webkit-flow-into: article; -webkit-writing-mode: vertical-rl; }
- #absoluteHorizTB { position: absolute; -webkit-writing-mode: horizontal-tb; }
- </style>
- </head>
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=90792">WebKit Bug 90792</a> Assert failure when layout positioned objects in regions</p>
- <p>This test collects an absolutely positioned element into a flow thread without any regions attached. The absolutely positioned element has a different writing mode than its parent but the same writing mode as the containing block.</p>
- <p>The test passes if it does not crash or assert.</p>
- <div id="articleVertRL">
- <div id="absoluteHorizTB"></div>
- </div>
- <p>PASS</p>
- <script>
- if (window.testRunner)
- window.testRunner.dumpAsText();
- </script>
-</html>

Powered by Google App Engine
This is Rietveld 408576698