summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/numbered-header-element-expected.txt
blob: 450b59db78eb6457baaebdc36bd14513b70b040b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Test that any numbered header element end tag can close any other open numbered header element.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


<h1> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h1>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h1> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h2>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h1> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h3>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h1> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h4>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h1> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h5>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h1> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h2> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h3> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h4> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h5> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
<h6> closes <h6>:
PASS test2.parentNode.id == "test1" is false
PASS test2.parentNode.id == "test0" is true
PASS successfullyParsed is true

TEST COMPLETE