OLD | NEW |
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 Loading... |
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 |
OLD | NEW |