OLD | NEW |
(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> |
OLD | NEW |