| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
|
| index 28eaea9015c62aba1b09d3c32d823056b0c69c28..9804ce7c2d40568f8a4f2717fde432b23423a502 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-border-overflow-paint.html
|
| @@ -1,13 +1,13 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| +<link href="../css-intrinsic-dimensions/resources/width-keyword-classes.css" rel="stylesheet">
|
| <link href="resources/grid.css" rel="stylesheet">
|
| <style>
|
| .grid {
|
| display: grid;
|
| grid-template-rows: repeat(2, 100px);
|
| grid-template-columns: 100px;
|
| - width: -webkit-fit-content;
|
| background-color: red;
|
| }
|
|
|
| @@ -26,7 +26,7 @@
|
| </head>
|
| <body style="height: 1000px" onload="onloadScrollTop()">
|
|
|
| -<div class="grid">
|
| +<div class="grid fit-content">
|
| <div class="gridItem" style="grid-column: 1; grid-row: 1; border-bottom: 100px green solid;"></div>
|
| </div>
|
|
|
|
|