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

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

Issue 19041005: Introduce css3TextEnabled instead of CSS3_TEXT. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
OLDNEW
1 This test checks that -webkit-text-align-last parses properly the properties fro m CSS 3 Text. 1 This test checks that text-align-last parses properly the properties from 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 PASS computedStyle.textAlignLast is 'auto'
8 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 8 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
9 9
10 Value 'start': 10 Value 'start':
11 PASS e.style.webkitTextAlignLast is 'start' 11 PASS e.style.textAlignLast is 'start'
12 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be st art. Threw exception TypeError: Cannot read property 'cssText' of null 12 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'start'
13 FAIL computedStyle.webkitTextAlignLast should be start (of type string). Was und efined (of type undefined). 13 PASS computedStyle.textAlignLast is 'start'
14 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be start. Threw exception TypeError: Cannot read property 'cssText' of null 14 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'start'
15 15
16 Value 'end': 16 Value 'end':
17 PASS e.style.webkitTextAlignLast is 'end' 17 PASS e.style.textAlignLast is 'end'
18 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be en d. Threw exception TypeError: Cannot read property 'cssText' of null 18 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'end'
19 FAIL computedStyle.webkitTextAlignLast should be end (of type string). Was undef ined (of type undefined). 19 PASS computedStyle.textAlignLast is 'end'
20 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be end. Threw exception TypeError: Cannot read property 'cssText' of null 20 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'end'
21 21
22 Value 'left': 22 Value 'left':
23 PASS e.style.webkitTextAlignLast is 'left' 23 PASS e.style.textAlignLast is 'left'
24 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be le ft. Threw exception TypeError: Cannot read property 'cssText' of null 24 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'left'
25 FAIL computedStyle.webkitTextAlignLast should be left (of type string). Was unde fined (of type undefined). 25 PASS computedStyle.textAlignLast is 'left'
26 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be left. Threw exception TypeError: Cannot read property 'cssText' of null 26 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'left'
27 27
28 Value 'right': 28 Value 'right':
29 PASS e.style.webkitTextAlignLast is 'right' 29 PASS e.style.textAlignLast is 'right'
30 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be ri ght. Threw exception TypeError: Cannot read property 'cssText' of null 30 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'right'
31 FAIL computedStyle.webkitTextAlignLast should be right (of type string). Was und efined (of type undefined). 31 PASS computedStyle.textAlignLast is 'right'
32 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be right. Threw exception TypeError: Cannot read property 'cssText' of null 32 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'right'
33 33
34 Value 'center': 34 Value 'center':
35 PASS e.style.webkitTextAlignLast is 'center' 35 PASS e.style.textAlignLast is 'center'
36 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be ce nter. Threw exception TypeError: Cannot read property 'cssText' of null 36 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'center'
37 FAIL computedStyle.webkitTextAlignLast should be center (of type string). Was un defined (of type undefined). 37 PASS computedStyle.textAlignLast is 'center'
38 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be center. Threw exception TypeError: Cannot read property 'cssText' of null 38 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'center'
39 39
40 Value 'justify': 40 Value 'justify':
41 PASS e.style.webkitTextAlignLast is 'justify' 41 PASS e.style.textAlignLast is 'justify'
42 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be ju stify. Threw exception TypeError: Cannot read property 'cssText' of null 42 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'justify'
43 FAIL computedStyle.webkitTextAlignLast should be justify (of type string). Was u ndefined (of type undefined). 43 PASS computedStyle.textAlignLast is 'justify'
44 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be justify. Threw exception TypeError: Cannot read property 'cssText' of null 44 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'justify'
45 45
46 Value 'auto': 46 Value 'auto':
47 PASS e.style.webkitTextAlignLast is 'auto' 47 PASS e.style.textAlignLast is 'auto'
48 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 48 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
49 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 49 PASS computedStyle.textAlignLast is 'auto'
50 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 50 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
51 51
52 Invalid value test - '-webkit-left': 52 Invalid value test - '-webkit-left':
53 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-left. 53 PASS e.style.textAlignLast is 'auto'
54 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 54 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
55 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 55 PASS computedStyle.textAlignLast is 'auto'
56 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 56 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
57 57
58 Invalid value test - '-webkit-right': 58 Invalid value test - '-webkit-right':
59 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-right. 59 PASS e.style.textAlignLast is 'auto'
60 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 60 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
61 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 61 PASS computedStyle.textAlignLast is 'auto'
62 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 62 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
63 63
64 Invalid value test - '-webkit-center': 64 Invalid value test - '-webkit-center':
65 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-center. 65 PASS e.style.textAlignLast is 'auto'
66 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 66 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
67 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 67 PASS computedStyle.textAlignLast is 'auto'
68 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 68 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
69 69
70 Invalid value test - '-webkit-match-parent': 70 Invalid value test - '-webkit-match-parent':
71 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-match-parent. 71 PASS e.style.textAlignLast is 'auto'
72 FAIL e.style.getPropertyCSSValue('-webkit-text-align-last').cssText should be au to. Threw exception TypeError: Cannot read property 'cssText' of null 72 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
73 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 73 PASS computedStyle.textAlignLast is 'auto'
74 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 74 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
75 75
76 Invalid value test - '-webkit-auto': 76 Invalid value test - '-webkit-auto':
77 FAIL e.style.webkitTextAlignLast should be auto. Was -webkit-auto. 77 PASS e.style.textAlignLast is '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 PASS e.style.getPropertyCSSValue('text-align-last').cssText is 'auto'
79 FAIL computedStyle.webkitTextAlignLast should be auto (of type string). Was unde fined (of type undefined). 79 PASS computedStyle.textAlignLast is 'auto'
80 FAIL computedStyle.getPropertyCSSValue('-webkit-text-align-last').cssText should be auto. Threw exception TypeError: Cannot read property 'cssText' of null 80 PASS computedStyle.getPropertyCSSValue('text-align-last').cssText is 'auto'
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