OLD | NEW |
| (Empty) |
1 This tests check that the value of text-indent is properly inherited to the chil
d. | |
2 | |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
4 | |
5 | |
6 Value of ancestor is '10px': | |
7 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px' | |
8 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' | |
9 | |
10 Value of ancestor is '10px -webkit-each-line': | |
11 FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be
10px -webkit-each-line. Was 10px. | |
12 FAIL window.getComputedStyle(child).getPropertyValue('text-indent') should be 10
px -webkit-each-line. Was 10px. | |
13 | |
14 Value of ancestor is '10px -webkit-each-line', while child is '10px': | |
15 FAIL window.getComputedStyle(ancestor).getPropertyValue('text-indent') should be
10px -webkit-each-line. Was 10px. | |
16 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px' | |
17 | |
18 PASS successfullyParsed is true | |
19 | |
20 TEST COMPLETE | |
21 | |
OLD | NEW |