Side by Side Diff: LayoutTests/fast/regions/universal-selector-children-to-the-same-region.html
Issue 18080016:
[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: Implemented suggestions from esprehn
Created 7 years, 5 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
3 <title>103685 - [CSS Regions] Universal child selector on region breaks the
rendering of its content</title>
4 <style type="text/css">
5 .region > * {
6 -webkit-flow-into: foo;
7 }
8 .region {
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 <div class="region"><span>PASS: this is inline</span><div><p>PASS: and blo
ck content inside a region that is flowed into the same region</p></div><button>
PASS: button</button></div>
19 <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>
Issue 18080016: [CSS Regions] Elements in a region should be assignable to a named flow
(Closed)
Created 7 years, 5 months ago by stavila
Modified 7 years, 5 months ago
Reviewers: esprehn, Mihai Maerean
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 26