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

Side by Side Diff: LayoutTests/fast/css-grid-layout/grid-item-area-get-set-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks that grid-area is properly parsed and stored internally. 1 This test checks that grid-area is properly parsed and stored internally.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test getting grid-area set through CSS 6 Test getting grid-area set through CSS
7 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "1" 7 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "1"
8 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to" 8 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to"
9 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" 9 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto"
10 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto " 10 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto "
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" 77 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto"
78 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto " 78 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto "
79 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" 79 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto"
80 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to" 80 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to"
81 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" 81 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto"
82 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto " 82 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto "
83 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto" 83 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-start') is "auto"
84 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to" 84 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-start') is "au to"
85 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto" 85 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-row-end') is "auto"
86 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto " 86 PASS getComputedStyle(gridItem, '').getPropertyValue('grid-column-end') is "auto "
87 PASS successfullyParsed is true
87 88
89 TEST COMPLETE
90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698