| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..45add50468f8823c3f1225733ca3acec8b5bbec9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-positioned-item-dynamic-change-expected.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +
|
| +.grid {
|
| + width: 100px;
|
| + height: 100px;
|
| +}
|
| +
|
| +.green {
|
| + background: green;
|
| +}
|
| +
|
| +</style>
|
| +
|
| +<p>This test checks that positioned items can be dynamically changed.</p>
|
| +<p>The test passes if you see a 100x100 green square and no red.</p>
|
| +
|
| +<div class="grid green">
|
| +</div>
|
|
|