X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Ffast%2Fcss-grid-layout%2Fgrid-shorthand-get-set-expected.txt;h=6e64944de930ce1ccab86fa07c274a36edcb7ed3;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=8142a1431b0e3af3f6159bd2e62d779adebe21fe;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt b/src/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt index 8142a14..6e64944 100644 --- a/src/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt +++ b/src/third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-shorthand-get-set-expected.txt @@ -16,6 +16,18 @@ PASS window.getComputedStyle(gridWithTemplate, '').getPropertyValue('grid-templa PASS window.getComputedStyle(gridWithTemplate, '').getPropertyValue('grid-auto-flow') is "row" PASS window.getComputedStyle(gridWithTemplate, '').getPropertyValue('grid-auto-columns') is "auto" PASS window.getComputedStyle(gridWithTemplate, '').getPropertyValue('grid-auto-rows') is "auto" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-template-columns') is "15px" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-template-rows') is "10px" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-template-areas') is "none" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-auto-flow') is "row" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-auto-columns') is "auto" +PASS window.getComputedStyle(gridInherit, '').getPropertyValue('grid-auto-rows') is "auto" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-template-columns') is "none" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-template-rows') is "none" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-template-areas') is "none" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-auto-flow') is "row" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-auto-columns') is "auto" +PASS window.getComputedStyle(gridNoInherit, '').getPropertyValue('grid-auto-rows') is "auto" PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('grid-template-columns') is "none" PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('grid-template-rows') is "none" PASS window.getComputedStyle(gridWithAutoFlowAndColumns, '').getPropertyValue('grid-template-areas') is "none"