1 Tests DOMAgent.setOuterHTML protocol method against an XHTML document.
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>
22 ==========>8==========
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>
34 ==========>8==========
40 Running: testChangeAttributes
41 Replacing '<a href' with '<a foo="bar" href'
43 Wrapper identity: identity
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>
53 ==========>8==========
57 Wrapper identity: identity
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>
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>
82 <p id="identity">There are many ways to get involved. You can:</p>
84 ==========>8==========
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>
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>
115 ==========>8==========
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>
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>
147 ==========>8==========
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>
160 ==========>8==========
166 Running: testInvalidDocumentDoesNotCrash