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

Unified Diff: LayoutTests/fast/regions/pseudo-first-line-content-node.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/pseudo-first-line-content-node.html
diff --git a/LayoutTests/fast/regions/pseudo-first-line-content-node.html b/LayoutTests/fast/regions/pseudo-first-line-content-node.html
deleted file mode 100644
index 6371d0b86460dfc88b110985c313d81af34a7448..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/pseudo-first-line-content-node.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <style>
- #content { font: 20px/1 monospace; }
- #content:first-line { -webkit-flow-into: flow; }
- #region { -webkit-flow-from: flow; position: absolute; top: 200px; }
- </style>
- </head>
- <script src="../../resources/check-layout.js"></script>
- <body onload="checkLayout('#region')">
- <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=105046"> [CSSRegions] Pseudo-elements should not be directly collected into a named flow</a>.</p>
- <p>The region should have size 0 because pseudo-elements cannot be collected directly into a named flow and such there is no content to be displayed in region.</p>
- <p>On success, you should not see FAIL below.</p>
- <div id="content">:first-line content</div>
- <div id="region" data-expected-width=0 data-expected-height=0></div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698