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

Side by Side Diff: LayoutTests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last-expected.txt

Issue 18445003: Some rebaselines in the spirit of https://groups.google.com/a/chromium.org/forum/#!search/on$20layo… (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks that -webkit-text-align-last parses properly the properties fro m CSS 3 Text. 1 This test checks that -webkit-text-align-last parses properly the properties fro m CSS 3 Text.
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 the initial value: 6 Test the initial value:
7 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 7 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined).
8 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 8 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
9 9
10 Value 'start': 10 Value 'start':
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 Invalid value test - '-webkit-auto': 76 Invalid value test - '-webkit-auto':
77 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-auto. 77 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-auto.
78 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 78 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null
79 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 79 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined).
80 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 80 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null
81 81
82 PASS successfullyParsed is true 82 PASS successfullyParsed is true
83 83
84 TEST COMPLETE 84 TEST COMPLETE
85 hello world 85 hello world
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698