Chromium Code Reviews| Index: LayoutTests/fast/css-grid-layout/grid-align.html |
| diff --git a/LayoutTests/fast/css-grid-layout/grid-align.html b/LayoutTests/fast/css-grid-layout/grid-align.html |
| index 0531981a6ecec737bf242310252baa202788477c..6412d9790775584477c2cb3d0886b30159dce57c 100644 |
| --- a/LayoutTests/fast/css-grid-layout/grid-align.html |
| +++ b/LayoutTests/fast/css-grid-layout/grid-align.html |
| @@ -136,7 +136,7 @@ body { |
| <div class="cell alignSelfFlexEnd firstRowFirstColumn" data-offset-x="180" data-offset-y="160" data-expected-width="20" data-expected-height="40"></div> |
| <div class="cell alignSelfFlexStart firstRowSecondColumn" data-offset-x="80" data-offset-y="0" data-expected-width="20" data-expected-height="40"></div> |
| <div class="cell alignSelfSelfStart secondRowFirstColumn" data-offset-x="180" data-offset-y="200" data-expected-width="20" data-expected-height="40"></div> |
| - <div class="cell alignSelfSelfEnd secondRowSecondColumn" data-offset-x="x80" data-offset-y="360" data-expected-width="20" data-expected-height="40"></div> |
| + <div class="cell alignSelfSelfEnd secondRowSecondColumn" data-offset-x="80" data-offset-y="360" data-expected-width="20" data-expected-height="40"></div> |
|
Julien - ping for review
2015/02/03 02:42:53
Nice catch!
|
| </div> |
| </div> |