| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/positioned-grid-container-item-percentage-size-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/positioned-grid-container-item-percentage-size-expected.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/positioned-grid-container-item-percentage-size-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e1440fc674054db152aaf49a48ed476df15e4981
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/positioned-grid-container-item-percentage-size-expected.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +
|
| +<style>
|
| +.green100x100 {
|
| + width: 100px;
|
| + height: 100px;
|
| + background-color: green;
|
| +}
|
| +</style>
|
| +
|
| +<p>This test checks that percentage on the grid item are resolved against the grid area, despite the grid container being positioned with definite width and height.</p>
|
| +<p>Test passes if you see a 100x100 green box.</p>
|
| +
|
| +<div class="green100x100"></div>
|
|
|