| <!-- This test checks that content can be redirected to a region. It also |
| tries out a validation strategy that recreates the intended display |
| using non-region markup. If top does not match the bottom then the |
| result should be rejected. --> |
| -webkit-writing-mode: vertical-lr; |
| -webkit-font-smoothing: none; |
| position: relative; z-index: 1; /* regions create Stacking Contexts */ |
| border: solid 1px #888; /* to stop the margin collapsing */ |
| The words "flow content" in green should display after this div, |
| and there should be two copies of this content that match. |
| <div id="region1" class="region"> |
| <div id="source" class="pass"> |
| The words "flow content" in green should display after this div, |
| and there should be two copies of this content that match. |