OLD | NEW |
1 Test to make sure -webkit-text-underline-position property returns values proper
ly. | 1 Test to make sure -webkit-text-underline-position property returns values proper
ly. |
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 Initial value: | 6 Initial value: |
7 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null | 7 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
8 FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string).
Was undefined (of type undefined). | 8 FAIL computedStyle.webkitTextUnderlinePosition should be auto (of type string).
Was undefined (of type undefined). |
9 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toStri
ng() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot cal
l method 'toString' of null | 9 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').toStri
ng() should be [object CSSPrimitiveValue]. Threw exception TypeError: Cannot cal
l method 'toString' of null |
10 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssTex
t should be auto. Threw exception TypeError: Cannot read property 'cssText' of n
ull | 10 FAIL computedStyle.getPropertyCSSValue('-webkit-text-underline-position').cssTex
t should be auto. Threw exception TypeError: Cannot read property 'cssText' of n
ull |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 Value 'under under': | 62 Value 'under under': |
63 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null | 63 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
64 | 64 |
65 Value 'under under under': | 65 Value 'under under under': |
66 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null | 66 PASS e.style.getPropertyCSSValue('-webkit-text-underline-position') is null |
67 | 67 |
68 PASS successfullyParsed is true | 68 PASS successfullyParsed is true |
69 | 69 |
70 TEST COMPLETE | 70 TEST COMPLETE |
71 | 71 |
OLD | NEW |