Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / edit / set-outer-html-for-xhtml-expected.txt
blob7f4f78ce5a610f892f1a7981bd53ab5eebf810c6
1 Tests DOMAgent.setOuterHTML protocol method against an XHTML document.
4 Running: testSetUp
6 Running: testChangeCharacterData
7 Replacing 'Getting involved' with 'Getting not involved'
9 Wrapper identity: identity
10 Event AttrModified: div
11 Event AttrModified: div
12 Event AttrModified: div
13 Event AttrRemoved: div
14 Event AttrRemoved: div
15 Event CharacterDataModified: #text
16 ==========8<==========
17 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
18 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
19 <h2>Getting not involved</h2>
20 <p id="identity">There are many ways to get involved. You can:</p>
21 </div>
22 ==========>8==========
24 Bringing things back
26 Wrapper identity: identity
27 Event CharacterDataModified: #text
28 ==========8<==========
29 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
30 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
31 <h2>Getting involved</h2>
32 <p id="identity">There are many ways to get involved. You can:</p>
33 </div>
34 ==========>8==========
40 Running: testChangeAttributes
41 Replacing '<a href' with '<a foo="bar" href'
43 Wrapper identity: identity
44 Event AttrModified: a
45 Event AttrModified: a
46 Event AttrRemoved: a
47 ==========8<==========
48 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
49 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
50 <h2>Getting involved</h2>
51 <p id="identity">There are many ways to get involved. You can:</p>
52 </div>
53 ==========>8==========
55 Bringing things back
57 Wrapper identity: identity
58 Event AttrModified: a
59 Event AttrRemoved: a
60 Event AttrRemoved: a
61 ==========8<==========
62 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
63 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
64 <h2>Getting involved</h2>
65 <p id="identity">There are many ways to get involved. You can:</p>
66 </div>
67 ==========>8==========
73 Running: testRemoveLastChild
74 Replacing 'Getting involved' with ''
76 Wrapper identity: identity
77 Event NodeRemoved: #text
78 ==========8<==========
79 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
80 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
81 <h2></h2>
82 <p id="identity">There are many ways to get involved. You can:</p>
83 </div>
84 ==========>8==========
86 Bringing things back
88 Wrapper identity: identity
89 Event NodeInserted: #text
90 ==========8<==========
91 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
92 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
93 <h2>Getting involved</h2>
94 <p id="identity">There are many ways to get involved. You can:</p>
95 </div>
96 ==========>8==========
102 Running: testSplitNode
103 Replacing 'Getting involved' with 'Getting</h2><h2>involved'
105 Wrapper identity: identity
106 Event NodeInserted: h2
107 Event NodeInserted: h2
108 Event NodeRemoved: h2
109 ==========8<==========
110 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
111 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
112 <h2>Getting</h2><h2>involved</h2>
113 <p id="identity">There are many ways to get involved. You can:</p>
114 </div>
115 ==========>8==========
117 Bringing things back
119 Wrapper identity: identity
120 Event NodeInserted: h2
121 Event NodeRemoved: h2
122 Event NodeRemoved: h2
123 ==========8<==========
124 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
125 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
126 <h2>Getting involved</h2>
127 <p id="identity">There are many ways to get involved. You can:</p>
128 </div>
129 ==========>8==========
135 Running: testChangeNodeName
136 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
138 Wrapper identity: identity
139 Event NodeInserted: h3
140 Event NodeRemoved: h2
141 ==========8<==========
142 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
143 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
144 <h3>Getting involved</h3>
145 <p id="identity">There are many ways to get involved. You can:</p>
146 </div>
147 ==========>8==========
149 Bringing things back
151 Wrapper identity: identity
152 Event NodeInserted: h2
153 Event NodeRemoved: h3
154 ==========8<==========
155 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
156 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p>
157 <h2>Getting involved</h2>
158 <p id="identity">There are many ways to get involved. You can:</p>
159 </div>
160 ==========>8==========
166 Running: testInvalidDocumentDoesNotCrash
167 PASS: No crash