Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html |
| index 25b014ebcbbe3d415811a0e6589a492dbafabd2e..8593f97e263ffa8d0a020dca4537215f0f50fa78 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html |
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple.html |
| @@ -31,7 +31,7 @@ |
| } |
| .gridWithPercent { |
| - grid-template-columns: 53% 99%; |
| + grid-template-columns: 50% 100%; |
| grid-template-rows: 27% 52%; |
| } |
| .gridWithAuto { |