| Index: third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-repeat-get-set-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-repeat-get-set-expected.txt b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-repeat-get-set-expected.txt
|
| index deb7d26463147e32b57fc70179da8007cb3776bf..54dce415eb165ed3b18b7fa46245b06d1c4593d1 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-repeat-get-set-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-element-repeat-get-set-expected.txt
|
| @@ -26,6 +26,8 @@ PASS window.getComputedStyle(mixRepeatAfterNonRepeat, '').getPropertyValue('grid
|
| PASS window.getComputedStyle(mixRepeatAfterNonRepeat, '').getPropertyValue('grid-template-rows') is "44px 10px 10px"
|
| PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid-template-columns') is "250px 250px 120px [last]"
|
| PASS window.getComputedStyle(mixNonRepeatAfterRepeat, '').getPropertyValue('grid-template-rows') is "10px 10px [end] 0px"
|
| +PASS window.getComputedStyle(multipleTrackRepeat, '').getPropertyValue('grid-template-columns') is "[start] 20px [a] 20px 0px [b a] 20px 0px [b] 200px [c] 0px [end]"
|
| +PASS window.getComputedStyle(multipleTrackRepeat, '').getPropertyValue('grid-template-rows') is "0px [a] 0px [b c] 20px [d] 0px [a] 0px [b c] 20px [d] 0px [a] 0px [b c] 20px [d e] 16px"
|
|
|
| Test invalid repeat syntax.
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| @@ -38,6 +40,8 @@ PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-column
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| +PASS window.getComputedStyle(element, '').getPropertyValue('grid-template-columns') is "none"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|