OLD | NEW |
1 This test checks that the value of -webkit-text-align-last is properly inherited
to the child. | 1 This test checks that the value of -webkit-text-align-last is properly inherited
to the child. |
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 Value of ancestor is 'start': | 6 Value of ancestor is 'start': |
7 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l
ast').cssText should be start. Threw exception TypeError: Cannot read property '
cssText' of null | 7 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l
ast').cssText should be start. Threw exception TypeError: Cannot read property '
cssText' of null |
8 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be start. Threw exception TypeError: Cannot read property 'css
Text' of null | 8 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be start. Threw exception TypeError: Cannot read property 'css
Text' of null |
9 | 9 |
10 Value of ancestor is 'end': | 10 Value of ancestor is 'end': |
(...skipping 25 matching lines...) Expand all Loading... |
36 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be end. Threw exception TypeError: Cannot read property 'cssTe
xt' of null | 36 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be end. Threw exception TypeError: Cannot read property 'cssTe
xt' of null |
37 | 37 |
38 Value of ancestor is 'left, while child is 'right': | 38 Value of ancestor is 'left, while child is 'right': |
39 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l
ast').cssText should be left. Threw exception TypeError: Cannot read property 'c
ssText' of null | 39 FAIL window.getComputedStyle(ancestor).getPropertyCSSValue('-webkit-text-align-l
ast').cssText should be left. Threw exception TypeError: Cannot read property 'c
ssText' of null |
40 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be right. Threw exception TypeError: Cannot read property 'css
Text' of null | 40 FAIL window.getComputedStyle(child).getPropertyCSSValue('-webkit-text-align-last
').cssText should be right. Threw exception TypeError: Cannot read property 'css
Text' of null |
41 | 41 |
42 PASS successfullyParsed is true | 42 PASS successfullyParsed is true |
43 | 43 |
44 TEST COMPLETE | 44 TEST COMPLETE |
45 hello world | 45 hello world |
OLD | NEW |