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

Unified Diff: LayoutTests/fast/regions/flow-body-in-html.html

Issue 15027005: [CSS Regions] Elements in a region should be assignable to a named flow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/flow-body-in-html.html
diff --git a/LayoutTests/fast/regions/flow-body-in-html.html b/LayoutTests/fast/regions/flow-body-in-html.html
new file mode 100644
index 0000000000000000000000000000000000000000..47584d9d6c444c5daa1c48724eeb4d0fc0fa930b
--- /dev/null
+++ b/LayoutTests/fast/regions/flow-body-in-html.html
@@ -0,0 +1,22 @@
+<html>
+ <head>
+ <title>103685 - [CSS Regions] Universal child selector on region breaks the rendering of its content</title>
Julien - ping for review 2013/05/09 15:30:18 This doesn't match the bug bug you mentioned (nor
Mihai Maerean 2013/05/09 16:25:55 There's a second webkit bug (103685) that is marke
+ <style type="text/css">
+ body {
+ -webkit-flow-into: foo;
+ }
+ html {
+ -webkit-flow-from: foo;
+ }
+ </style>
+ <script type="text/javascript">
+ if (window.testRunner)
+ testRunner.dumpAsText()
+ </script>
+ </head>
+ <body>
+ PASS: the body tag has flow-into while the html has flow-from.
+
+ <p><a href="https://bugs.webkit.org/show_bug.cgi?id=74144">Bug 74144</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