3 <title>74144 - [CSS Regions] Elements in a region should be assignable to a named flow</title>
4 <style type="text/css">
9 -webkit-flow-into: flow;
12 -webkit-flow-from: flow;
13 border:solid 1px #bbb;
17 -webkit-flow-into: redirectFlow;
20 -webkit-flow-from: redirectFlow;
21 border:solid 1px #bbb;
25 -webkit-flow-into: redirectFlow2;
28 -webkit-flow-from: redirectFlow2;
29 border:solid 1px #bbb;
32 .redirectContentToNowhere {
33 -webkit-flow-into: redirectToNowhere;
36 <template class="content">PASS r0: content that goes in the region.</template>
41 FAIL: this should not be visible 1.
43 <span class="redirectContentToNowhere">FAIL: this should not be visible (redirected to nowhere) 1.</span>
45 <div class="redirectContent">PASS r1: content in the region that has flow-into. 1.</div>
47 FAIL: this should not be visible 2.
50 FAIL: this should not be visible 3.
52 <div class="redirectContent">PASS r1: (enclosed in a div) content in the region that has flow-into. 2.
53 <div class="redirectContentToNowhere">FAIL: this should not be visible (redirected to nowhere) 2.</div>
54 <b>PASS r1: (enclosed in a div) content in the region that has flow-into. 3.</b>.
57 FAIL: this should not be visible 4.
61 FAIL: this should not be visible 5.
63 <div class="redirectContent">PASS r1: (enclosed in a div) content in the region that has flow-into. 4
64 <span class="redirectContent2">PASS r2: content that is already in a flow goes to another flow
65 <span class="redirectContentToNowhere">FAIL: this should not be visible (redirected to nowhere) 3.</span>.
70 FAIL: this should not be visible 7.
73 FAIL: this should not be visible 8.
75 <span class="redirectContentToNowhere">FAIL: this should not be visible (redirected to nowhere) 4.</span>
77 <div class="redirectContent">PASS r1: content in the region that has flow-into. 5.</div>
79 FAIL: this should not be visible 9.
82 <div class="redirectRegion">
83 FAIL: this should not be visible 10.
86 <div class="redirectRegion2">
87 FAIL: this should not be visible 11.
90 <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>