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

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

Issue 264373005: New test cases for the display-grid-set-get.html test. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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/display-grid-set-get-expected.txt
diff --git a/LayoutTests/fast/css-grid-layout/display-grid-set-get-expected.txt b/LayoutTests/fast/css-grid-layout/display-grid-set-get-expected.txt
index faaa00f82e6c489b76d44a2db78e4738f001a4fa..79a7aa1d9b5b6ac296d57e1b5cad7ebab544afbd 100644
--- a/LayoutTests/fast/css-grid-layout/display-grid-set-get-expected.txt
+++ b/LayoutTests/fast/css-grid-layout/display-grid-set-get-expected.txt
@@ -6,6 +6,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Test getting |display| set through CSS
PASS getComputedStyle(gridElement, '').getPropertyValue('display') is 'grid'
PASS getComputedStyle(inlineGridElement, '').getPropertyValue('display') is 'inline-grid'
+PASS getComputedStyle(inlineFloatGridElement, '').getPropertyValue('display') is 'grid'
+PASS getComputedStyle(inlineAbsoluteGridElement, '').getPropertyValue('display') is 'grid'
Test getting and setting display through JS
PASS getComputedStyle(element, '').getPropertyValue('display') is 'block'

Powered by Google App Engine
This is Rietveld 408576698