| <!doctype html> |
| <html> |
| <head> |
| <style> |
| .size1 { |
| width: 50px; |
| height: 50px; |
| } |
| #div1 { background-color: green; } |
| #div2 { background-color: orange; } |
| #div3 { background-color: blue; } |
| </style> |
| </head> |
| <body> |
| <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=64516"> [CSSRegions] Collect flowed elements in different render element</a>.</p> |
| <p>Test that elements requiring a layer, collected in a flow thread, are correctly displayed in a region.</p> |
| <p>On success, you should not see a red rectangle below.</p> |
| <div id="div1" class="size1"></div> |
| <div id="div2" class="size1"></div> |
| <div id="div3" class="size1"></div> |
| </body> |
| </html> |