| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-stretch-with-orthogonal-flows.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-stretch-with-orthogonal-flows.html b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-stretch-with-orthogonal-flows.html
|
| index 0d84c53a9612db940bfd06fb26c125356b4085b0..75d58eabe95584a1061bb020aeae39491f28b08f 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-stretch-with-orthogonal-flows.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-align-justify-stretch-with-orthogonal-flows.html
|
| @@ -15,7 +15,7 @@ body {
|
| .grid {
|
| grid-template-columns: 100px 100px;
|
| grid-template-rows: 150px 150px;
|
| - font: 10px/1 ahem;
|
| + font: 10px/1 Ahem;
|
| }
|
| .widthAndHeightSet {
|
| width: 20px;
|
|
|