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

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

Issue 19668006: [CSS Grid Layout] infinity should be defined as a negative value (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months 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/grid-columns-rows-get-set-multiple-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
index 2602bd223825da063b8db68fcfa35c31ad3c33b8..18fcdaacbb1d2cff11ce967879d22a4a4ce80ae0 100644
--- a/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt
@@ -70,6 +70,10 @@ PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') i
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is 'none'
+PASS getComputedStyle(element, '').getPropertyValue('grid-definition-rows') is 'none'
Test setting grid-definition-columns and grid-definition-rows to 'inherit' through JS
PASS getComputedStyle(element, '').getPropertyValue('grid-definition-columns') is '50px 1fr last'

Powered by Google App Engine
This is Rietveld 408576698