|
55 | 55 | </span>
|
56 | 56 | <br>
|
57 | 57 |
|
58 |
| -<span id="host3" class="test-case" data-expect="host3/o2,host3/o4,o1,o3,o5" |
| 58 | +<span id="host3" class="test-case" data-expect="o1,o3,o5,host3/o2,host3/o4" |
59 | 59 | data-description="Slot is inside a grid container with reading-flow.">
|
60 | 60 | <template shadowrootmode="open">
|
61 | 61 | <style>
|
|
77 | 77 | <br>
|
78 | 78 |
|
79 | 79 | <span id="host4" class="test-case"
|
80 |
| - data-expect="host4/after,host4/before,b4,a4,d42,d41,d43,c4" |
| 80 | + data-expect="b4,a4,d42,d41,d43,c4,host4/after,host4/before" |
81 | 81 | data-description="Slot is a grid with reading-flow inside a grid container with reading-flow.">
|
82 | 82 | <template shadowrootmode="open">
|
83 | 83 | <style>
|
|
120 | 120 | </span>
|
121 | 121 | <br>
|
122 | 122 |
|
123 |
| -<span id="host6" class="test-case" data-expect="host6/after,host6/before,b6,a6" |
| 123 | +<span id="host6" class="test-case" data-expect="b6,a6,host6/after,host6/before" |
124 | 124 | data-description="Slot is a display contents inside a grid container.">
|
125 | 125 | <template shadowrootmode="open">
|
126 | 126 | <style>
|
|
140 | 140 | </span>
|
141 | 141 | <br>
|
142 | 142 |
|
143 |
| -<span id="host7" class="test-case" data-expect="a7,b7,host7/after,host7/before" |
| 143 | +<span id="host7" class="test-case" data-expect="host7/after,a7,b7,host7/before" |
144 | 144 | data-description="Slot is a display block inside a grid container.">
|
145 | 145 | <template shadowrootmode="open">
|
146 | 146 | <style>
|
|
150 | 150 | }
|
151 | 151 | </style>
|
152 | 152 | <div class="wrapper">
|
153 |
| - <button style="order: 4" id="before">Before</button> |
154 |
| - <slot style="display: block" style="order: 4"></slot> |
| 153 | + <button style="order: 5" id="before">Before</button> |
| 154 | + <slot style="display: block; order: 4"></slot> |
155 | 155 | <button style="order: 3" id="after">After</button>
|
156 | 156 | </div>
|
157 | 157 | </template>
|
|
0 commit comments