Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt

Issue 23528004: [CSS Grid Layout] Update named grid lines syntax to the last version of the specs (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@named
Patch Set: Patch for landing v2 Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
index 2f21f4dfc62ea0f56002f0f70c2cb4292e31c46c..222a6a47a2a8d1244da7c77b5509d11e88ccddff 100644
--- a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-expected.txt
@@ -140,12 +140,12 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is "
PASS element.style.gridDefinitionRows is "none"
Test setting grid-definition-columns and grid-definition-rows to 'inherit' through JS
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px last'
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'first 101px'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px (last)'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 101px'
Test setting grid-definition-columns and grid-definition-rows to 'initial' through JS
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '450px last'
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'first 150px'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '450px (last)'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 150px'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
PASS successfullyParsed is true
« no previous file with comments | « no previous file | LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698