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

Side by Side Diff: LayoutTests/fast/regions/region-content-flown-into-region-expected.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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style type="text/css">
4 div {
5 padding: 1px;
6 }
7 .region {
8 border:solid 1px #bbb;
9 }
10 </style>
11 </head>
12 <body>
13 <div class="region"><template>PASS r0: content that goes in the region.< /template></div>
14 <div class="region">
15 <div>PASS r1: content in the region that has flow-into. 1.</div>
16 <div>PASS r1: (enclosed in a div) content in the region that has flo w-into. 2. <b>PASS r1: (enclosed in a div) content in the region that has flow-i nto. 3.</b>.</div>
17 <div>PASS r1: (enclosed in a div) content in the region that has flo w-into. 4 .</div>
18 <div>PASS r1: content in the region that has flow-into. 5.</div>
19 </div>
20 <div class="region"><span>PASS r2: content that is already in a flow goe s to another flow .</span></div>
21 <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>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698