| Index: LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html
 | 
| diff --git a/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html b/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..761af6053ecebb1b8badc2636ab4ceca629fd91c
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/css-grid-layout/grid-item-order-paint-order-expected.html
 | 
| @@ -0,0 +1,19 @@
 | 
| +<!DOCTYPE html>
 | 
| +<html>
 | 
| +<head>
 | 
| +<style>
 | 
| +.grid {
 | 
| +    width: 100px;
 | 
| +    height: 100px;
 | 
| +    background-color: green;
 | 
| +}
 | 
| +</style>
 | 
| +</head>
 | 
| +<body>
 | 
| +    <p>This test checks that 'order' changes the paint ordering.</p>
 | 
| +    <p>There should be 2 green squares below.</p>
 | 
| +    <div class="grid"></div>
 | 
| +
 | 
| +    <div class="grid"></div>
 | 
| +</body>
 | 
| +</html>
 | 
| 
 |