Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css3-text / css3-text-indent / getComputedStyle / getComputedStyle-text-indent-inherited-expected.txt
1 This test checks that the value of text-indent is properly inherited to the child.
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 each-line':
11 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line'
12 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px each-line'
13
14 Value of ancestor is '10px hanging':
15 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px hanging'
16 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px hanging'
17
18 Value of ancestor is '10px each-line hanging':
19 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line hanging'
20 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px each-line hanging'
21
22 Value of ancestor is '10px each-line', while child is '10px':
23 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line'
24 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
25
26 Value of ancestor is '10px hanging', while child is '10px':
27 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px hanging'
28 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
29
30 Value of ancestor is '10px each-line hanging', while child is '10px':
31 PASS window.getComputedStyle(ancestor).getPropertyValue('text-indent') is '10px each-line hanging'
32 PASS window.getComputedStyle(child).getPropertyValue('text-indent') is '10px'
33
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37