Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / elements / undo-set-outer-html-expected.txt
1 Tests undo for the DOMAgent.setOuterHTML protocol method.
2
3
4 Running: testSetUp
5
6 Running: testChangeCharacterData
7 Replacing 'Getting involved' with 'Getting not involved'
8
9 Wrapper identity: identity
10 Event CharacterDataModified: #text
11 ==========8<==========
12 <div id="container" style="display:none">
13 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
14 <h2>Getting not involved</h2>
15 <p id="identity">There are many ways to get involved. You can:</p>
16 </div>
17 ==========>8==========
18
19 Bringing things back
20
21 Wrapper identity: identity
22 Event CharacterDataModified: #text
23 ==========8<==========
24 <div id="container" style="display:none">
25 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
26 <h2>Getting involved</h2>
27 <p id="identity">There are many ways to get involved. You can:</p>
28 </div>
29 ==========>8==========
30
31
32
33
34
35 Running: testChangeAttributes
36 Replacing '<a href' with '<a foo="bar" href'
37
38 Wrapper identity: identity
39 Event AttrModified: A
40 Event AttrModified: A
41 Event AttrRemoved: A
42 ==========8<==========
43 <div id="container" style="display:none">
44 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
45 <h2>Getting involved</h2>
46 <p id="identity">There are many ways to get involved. You can:</p>
47 </div>
48 ==========>8==========
49
50 Bringing things back
51
52 Wrapper identity: identity
53 Event AttrModified: A
54 Event AttrRemoved: A
55 Event AttrRemoved: A
56 ==========8<==========
57 <div id="container" style="display:none">
58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
59 <h2>Getting involved</h2>
60 <p id="identity">There are many ways to get involved. You can:</p>
61 </div>
62 ==========>8==========
63
64
65
66
67
68 Running: testRemoveLastChild
69 Replacing 'Getting involved' with ''
70
71 Wrapper identity: identity
72 Event NodeRemoved: #text
73 ==========8<==========
74 <div id="container" style="display:none">
75 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
76 <h2></h2>
77 <p id="identity">There are many ways to get involved. You can:</p>
78 </div>
79 ==========>8==========
80
81 Bringing things back
82
83 Wrapper identity: identity
84 Event NodeInserted: #text
85 ==========8<==========
86 <div id="container" style="display:none">
87 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
88 <h2>Getting involved</h2>
89 <p id="identity">There are many ways to get involved. You can:</p>
90 </div>
91 ==========>8==========
92
93
94
95
96
97 Running: testSplitNode
98 Replacing 'Getting involved' with 'Getting</h2><h2>involved'
99
100 Wrapper identity: identity
101 Event NodeInserted: H2
102 Event NodeInserted: H2
103 Event NodeRemoved: H2
104 ==========8<==========
105 <div id="container" style="display:none">
106 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
107 <h2>Getting</h2><h2>involved</h2>
108 <p id="identity">There are many ways to get involved. You can:</p>
109 </div>
110 ==========>8==========
111
112 Bringing things back
113
114 Wrapper identity: identity
115 Event NodeInserted: H2
116 Event NodeRemoved: H2
117 Event NodeRemoved: H2
118 ==========8<==========
119 <div id="container" style="display:none">
120 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
121 <h2>Getting involved</h2>
122 <p id="identity">There are many ways to get involved. You can:</p>
123 </div>
124 ==========>8==========
125
126
127
128
129
130 Running: testChangeNodeName
131 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
132
133 Wrapper identity: identity
134 Event NodeInserted: H3
135 Event NodeRemoved: H2
136 ==========8<==========
137 <div id="container" style="display:none">
138 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
139 <h3>Getting involved</h3>
140 <p id="identity">There are many ways to get involved. You can:</p>
141 </div>
142 ==========>8==========
143
144 Bringing things back
145
146 Wrapper identity: identity
147 Event NodeInserted: H2
148 Event NodeRemoved: H3
149 ==========8<==========
150 <div id="container" style="display:none">
151 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc..</p>
152 <h2>Getting involved</h2>
153 <p id="identity">There are many ways to get involved. You can:</p>
154 </div>
155 ==========>8==========
156
157
158
159
160