Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css3-text / css3-text-align-last / getComputedStyle / getComputedStyle-text-align-last-expected.txt
blob81425ce51a3df257fbe69eb28e33ccf251ce0c5a
1 This test checks that text-align-last parses properly the properties from CSS 3 Text.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Test the initial value:
7 PASS computedStyle.textAlignLast is 'auto'
9 Value 'start':
10 PASS e.style.textAlignLast is 'start'
11 PASS computedStyle.textAlignLast is 'start'
13 Value 'end':
14 PASS e.style.textAlignLast is 'end'
15 PASS computedStyle.textAlignLast is 'end'
17 Value 'left':
18 PASS e.style.textAlignLast is 'left'
19 PASS computedStyle.textAlignLast is 'left'
21 Value 'right':
22 PASS e.style.textAlignLast is 'right'
23 PASS computedStyle.textAlignLast is 'right'
25 Value 'center':
26 PASS e.style.textAlignLast is 'center'
27 PASS computedStyle.textAlignLast is 'center'
29 Value 'justify':
30 PASS e.style.textAlignLast is 'justify'
31 PASS computedStyle.textAlignLast is 'justify'
33 Value 'auto':
34 PASS e.style.textAlignLast is 'auto'
35 PASS computedStyle.textAlignLast is 'auto'
37 Invalid value test - '-webkit-left':
38 PASS e.style.textAlignLast is 'auto'
39 PASS computedStyle.textAlignLast is 'auto'
41 Invalid value test - '-webkit-right':
42 PASS e.style.textAlignLast is 'auto'
43 PASS computedStyle.textAlignLast is 'auto'
45 Invalid value test - '-webkit-center':
46 PASS e.style.textAlignLast is 'auto'
47 PASS computedStyle.textAlignLast is 'auto'
49 Invalid value test - '-webkit-match-parent':
50 PASS e.style.textAlignLast is 'auto'
51 PASS computedStyle.textAlignLast is 'auto'
53 Invalid value test - '-webkit-auto':
54 PASS e.style.textAlignLast is 'auto'
55 PASS computedStyle.textAlignLast is 'auto'
57 PASS successfullyParsed is true
59 TEST COMPLETE
60 hello world