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

Side by Side Diff: LayoutTests/css3/flexbox/display-flexbox-set-get-expected.txt

Issue 15758002: Unprefix Flexbox (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 7 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test that setting and getting display: -webkit-flex and -webkit-inline-flex work s as expected 1 Test that setting and getting display: flex and inline-flex works as expected
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 |display| set through CSS 6 Test getting |display| set through CSS
7 PASS getComputedStyle(flexboxElement, '').getPropertyValue('display') is '-webki t-flex' 7 PASS getComputedStyle(flexboxElement, '').getPropertyValue('display') is 'flex'
8 PASS getComputedStyle(inlineFlexboxElement, '').getPropertyValue('display') is ' -webkit-inline-flex' 8 PASS getComputedStyle(inlineFlexboxElement, '').getPropertyValue('display') is ' inline-flex'
9 9
10 Test getting and setting display through JS 10 Test getting and setting display through JS
11 PASS getComputedStyle(element, '').getPropertyValue('display') is 'block' 11 PASS getComputedStyle(element, '').getPropertyValue('display') is 'block'
12 PASS getComputedStyle(element, '').getPropertyValue('display') is '-webkit-flex' 12 PASS getComputedStyle(element, '').getPropertyValue('display') is 'flex'
13 PASS getComputedStyle(element, '').getPropertyValue('display') is 'block' 13 PASS getComputedStyle(element, '').getPropertyValue('display') is 'block'
14 PASS getComputedStyle(element, '').getPropertyValue('display') is '-webkit-inlin e-flex' 14 PASS getComputedStyle(element, '').getPropertyValue('display') is 'inline-flex'
15 PASS getComputedStyle(element, '').getPropertyValue('display') is 'flex'
16 PASS getComputedStyle(element, '').getPropertyValue('display') is 'inline-flex'
15 PASS successfullyParsed is true 17 PASS successfullyParsed is true
16 18
17 TEST COMPLETE 19 TEST COMPLETE
18 20
OLDNEW
« no previous file with comments | « LayoutTests/css3/flexbox/display-flexbox-set-get.html ('k') | LayoutTests/css3/flexbox/flexitem.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698