[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / numbered-header-element-expected.txt
1 Test that any numbered header element end tag can close any other open numbered header element.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 <h1> closes <h1>:
7 PASS test2.parentNode.id == "test1" is false
8 PASS test2.parentNode.id == "test0" is true
9 <h2> closes <h1>:
10 PASS test2.parentNode.id == "test1" is false
11 PASS test2.parentNode.id == "test0" is true
12 <h3> closes <h1>:
13 PASS test2.parentNode.id == "test1" is false
14 PASS test2.parentNode.id == "test0" is true
15 <h4> closes <h1>:
16 PASS test2.parentNode.id == "test1" is false
17 PASS test2.parentNode.id == "test0" is true
18 <h5> closes <h1>:
19 PASS test2.parentNode.id == "test1" is false
20 PASS test2.parentNode.id == "test0" is true
21 <h6> closes <h1>:
22 PASS test2.parentNode.id == "test1" is false
23 PASS test2.parentNode.id == "test0" is true
24 <h1> closes <h2>:
25 PASS test2.parentNode.id == "test1" is false
26 PASS test2.parentNode.id == "test0" is true
27 <h2> closes <h2>:
28 PASS test2.parentNode.id == "test1" is false
29 PASS test2.parentNode.id == "test0" is true
30 <h3> closes <h2>:
31 PASS test2.parentNode.id == "test1" is false
32 PASS test2.parentNode.id == "test0" is true
33 <h4> closes <h2>:
34 PASS test2.parentNode.id == "test1" is false
35 PASS test2.parentNode.id == "test0" is true
36 <h5> closes <h2>:
37 PASS test2.parentNode.id == "test1" is false
38 PASS test2.parentNode.id == "test0" is true
39 <h6> closes <h2>:
40 PASS test2.parentNode.id == "test1" is false
41 PASS test2.parentNode.id == "test0" is true
42 <h1> closes <h3>:
43 PASS test2.parentNode.id == "test1" is false
44 PASS test2.parentNode.id == "test0" is true
45 <h2> closes <h3>:
46 PASS test2.parentNode.id == "test1" is false
47 PASS test2.parentNode.id == "test0" is true
48 <h3> closes <h3>:
49 PASS test2.parentNode.id == "test1" is false
50 PASS test2.parentNode.id == "test0" is true
51 <h4> closes <h3>:
52 PASS test2.parentNode.id == "test1" is false
53 PASS test2.parentNode.id == "test0" is true
54 <h5> closes <h3>:
55 PASS test2.parentNode.id == "test1" is false
56 PASS test2.parentNode.id == "test0" is true
57 <h6> closes <h3>:
58 PASS test2.parentNode.id == "test1" is false
59 PASS test2.parentNode.id == "test0" is true
60 <h1> closes <h4>:
61 PASS test2.parentNode.id == "test1" is false
62 PASS test2.parentNode.id == "test0" is true
63 <h2> closes <h4>:
64 PASS test2.parentNode.id == "test1" is false
65 PASS test2.parentNode.id == "test0" is true
66 <h3> closes <h4>:
67 PASS test2.parentNode.id == "test1" is false
68 PASS test2.parentNode.id == "test0" is true
69 <h4> closes <h4>:
70 PASS test2.parentNode.id == "test1" is false
71 PASS test2.parentNode.id == "test0" is true
72 <h5> closes <h4>:
73 PASS test2.parentNode.id == "test1" is false
74 PASS test2.parentNode.id == "test0" is true
75 <h6> closes <h4>:
76 PASS test2.parentNode.id == "test1" is false
77 PASS test2.parentNode.id == "test0" is true
78 <h1> closes <h5>:
79 PASS test2.parentNode.id == "test1" is false
80 PASS test2.parentNode.id == "test0" is true
81 <h2> closes <h5>:
82 PASS test2.parentNode.id == "test1" is false
83 PASS test2.parentNode.id == "test0" is true
84 <h3> closes <h5>:
85 PASS test2.parentNode.id == "test1" is false
86 PASS test2.parentNode.id == "test0" is true
87 <h4> closes <h5>:
88 PASS test2.parentNode.id == "test1" is false
89 PASS test2.parentNode.id == "test0" is true
90 <h5> closes <h5>:
91 PASS test2.parentNode.id == "test1" is false
92 PASS test2.parentNode.id == "test0" is true
93 <h6> closes <h5>:
94 PASS test2.parentNode.id == "test1" is false
95 PASS test2.parentNode.id == "test0" is true
96 <h1> closes <h6>:
97 PASS test2.parentNode.id == "test1" is false
98 PASS test2.parentNode.id == "test0" is true
99 <h2> closes <h6>:
100 PASS test2.parentNode.id == "test1" is false
101 PASS test2.parentNode.id == "test0" is true
102 <h3> closes <h6>:
103 PASS test2.parentNode.id == "test1" is false
104 PASS test2.parentNode.id == "test0" is true
105 <h4> closes <h6>:
106 PASS test2.parentNode.id == "test1" is false
107 PASS test2.parentNode.id == "test0" is true
108 <h5> closes <h6>:
109 PASS test2.parentNode.id == "test1" is false
110 PASS test2.parentNode.id == "test0" is true
111 <h6> closes <h6>:
112 PASS test2.parentNode.id == "test1" is false
113 PASS test2.parentNode.id == "test0" is true
114 PASS successfullyParsed is true
115
116 TEST COMPLETE
117