| <p>This test verifies grid layout painting using RTL direction.</p> |
| <p>This test passes if it matches the reference. You should see green and blue boxes but not red.</p> |
| <iframe height="120px" width="300px" srcdoc=" |
| <div style='background: green; position: absolute; width: 50px; height: 50px; left: 150px'></div> |
| <div style='background: blue; position: absolute; width: 100px; height: 50px; left: 200px'></div> |
| <iframe height="120px" width="300px" srcdoc=" |
| <div style='background: green; position: absolute; width: 50px; height: 50px; left: 150px'></div> |
| <div style='background: blue; position: absolute; width: 100px; height: 50px; left: 200px'></div> |
| <iframe height="120px" width="300px" srcdoc=" |
| <div style='background: green; position: absolute; width: 50px; height: 50px; left: 160px'></div> |
| <div style='background: blue; position: absolute; width: 100px; height: 50px; left: 210px'></div> |
| <iframe height="120px" width="300px" srcdoc=" |
| border-right: 100px solid; |
| <div style='background: green; position: absolute; width: 50px; height: 50px; left: 160px'></div> |
| <div style='background: blue; position: absolute; width: 100px; height: 50px; left: 210px'></div> |