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

Unified Diff: LayoutTests/fast/regions/universal-selector-children-to-the-same-region.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/universal-selector-children-to-the-same-region.html
diff --git a/LayoutTests/fast/regions/universal-selector-children-to-the-same-region.html b/LayoutTests/fast/regions/universal-selector-children-to-the-same-region.html
deleted file mode 100644
index 9296d246e5b2a11670f2ae79f16f862d40a53a99..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regions/universal-selector-children-to-the-same-region.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <title>103685 - [CSS Regions] Universal child selector on region breaks the rendering of its content</title>
- <style type="text/css">
- .region > * {
- -webkit-flow-into: foo;
- }
- .region {
- -webkit-flow-from: foo;
- }
- </style>
- <script type="text/javascript">
- if (window.testRunner)
- testRunner.dumpAsText()
- </script>
- </head>
- <body>
- <div class="region"><span>PASS: this is inline</span><div><p>PASS: and block content inside a region that is flowed into the same region</p></div><button>PASS: button</button></div>
- <p><a href="http://code.google.com/p/chromium/issues/detail?id=228566">Bug 228566</a> - [CSS Regions] Elements in a region should be assignable to a named flow</p>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698