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

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: Integrates all feedback. One of the tests causes an ASSERT in ContentShell because of Region Ranges. Created 7 years, 6 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 <!doctype html>
2 <html>
3 <head>
4 <style>
5 div {
6 padding: 1px;
7 }
8 .region {
9 border:solid 1px #bbb;
10 }
11 </style>
12 </head>
13 <body>
14 <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>
15 <div class="region"><template>PASS r0: content that goes in the region.< /template></div>
16 <div class="region">
17 <div>PASS r1: content in the region that has flow-into. 1.</div>
18 <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>
19 <div>PASS r1: (enclosed in a div) content in the region that has flo w-into. 4 .</div>
20 <div>PASS r1: content in the region that has flow-into. 5.</div>
21 <svg class="redirectContent" xmlns="http://www.w3.org/2000/svg" vers ion="1.1" height="70">
22 <text x="0" y="15">PASS: SVG text</text>
23 <text x="0" y="30">PASS: SVG text redirected to a flow without r egions. only svg root elements are directly collected by a render flow thread.</ text>
24 <text x="0" y="45">PASS: SVG text redirected to a flow with regi ons. only svg root elements are directly collected by a render flow thread.</tex t>
25 </svg>
26 </div>
27 <div class="region"><span>PASS r2: content that is already in a flow goe s to another flow .</span></div>
28 <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>
29 </body>
30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698