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

Unified Diff: LayoutTests/fast/css-grid-layout/non-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
Index: LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
index 71d62a287a2ec841a9463031a372b2cbbba1ffbf..d05ed254a2a40d11d33873eee7abd7db35468c17 100644
--- a/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/non-grid-columns-rows-get-set-expected.txt
@@ -132,12 +132,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 101%'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px (last)'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 101%'
Test setting grid-definition-columns and grid-definition-rows to 'initial' through JS
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '150% last'
-PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'first 1fr'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '150% (last)'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is '(first) 1fr'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698