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

Side by Side 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: Incorporated Julien Chaffraix's feedback. 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>74144 - [CSS Regions] Universal child selector on region breaks the r endering of its content</title>
4 <style type="text/css">
5 body {
6 -webkit-flow-into: foo;
7 }
8 html {
9 -webkit-flow-from: foo;
10 }
11 </style>
12 <script type="text/javascript">
13 if (window.testRunner)
14 testRunner.dumpAsText()
15 </script>
16 </head>
17 <body>
18 PASS: the body tag has flow-into while the html has flow-from.
19
20 <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>
21 </body>
22 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/regions/flow-body-in-html-expected.txt » ('j') | Source/core/dom/NodeRenderingContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698