Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Side by Side Diff: LayoutTests/inspector/elements/set-outer-html-expected.txt

Issue 9389003: Merge 107242 - Web Inspector: fix setOuterHTML for the case that adds / removes duplicate. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests DOMAgent.setOuterHTML protocol method. 1 Tests DOMAgent.setOuterHTML protocol method.
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 5
6 Running: testChangeCharacterData 6 Running: testChangeCharacterData
7 Replacing 'Getting involved' with 'Getting not involved' 7 Replacing 'Getting involved' with 'Getting not involved'
8 8
9 Wrapper identity: identity 9 Wrapper identity: identity
10 Event CharacterDataModified: 10 Event CharacterDataModified:
11 ==========8<========== 11 ==========8<==========
12 <div id="container" style="display:none"> 12 <div id="container" style="display:none">
13 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
14 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 13 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
15
16 <h2>Getting not involved</h2> 14 <h2>Getting not involved</h2>
17 <a href="http://nightly.webkit.org/"></a>
18 <p id="identity">There are many ways to get involved. You can:</p> 15 <p id="identity">There are many ways to get involved. You can:</p>
19 <ul>
20 <li></li>
21 </ul>
22 <ul>
23 <li></li>
24 </ul>
25 </div> 16 </div>
26 ==========>8========== 17 ==========>8==========
27 18
28 Bringing things back 19 Bringing things back
29 20
30 Wrapper identity: identity 21 Wrapper identity: identity
31 Event CharacterDataModified: 22 Event CharacterDataModified:
32 ==========8<========== 23 ==========8<==========
33 <div id="container" style="display:none"> 24 <div id="container" style="display:none">
34 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
35 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 25 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
36
37 <h2>Getting involved</h2> 26 <h2>Getting involved</h2>
38 <a href="http://nightly.webkit.org/"></a>
39 <p id="identity">There are many ways to get involved. You can:</p> 27 <p id="identity">There are many ways to get involved. You can:</p>
40 <ul>
41 <li></li>
42 </ul>
43 <ul>
44 <li></li>
45 </ul>
46 </div> 28 </div>
47 ==========>8========== 29 ==========>8==========
48 30
49 31
50 32
51 33
52 34
53 Running: testChangeAttributes 35 Running: testChangeAttributes
54 Replacing '<a href' with '<a foo="bar" href' 36 Replacing '<a href' with '<a foo="bar" href'
55 37
56 Wrapper identity: identity 38 Wrapper identity: identity
57 Event AttrModified: A 39 Event AttrModified: A
58 Event AttrModified: A 40 Event AttrModified: A
59 Event AttrRemoved: A 41 Event AttrRemoved: A
60 ==========8<========== 42 ==========8<==========
61 <div id="container" style="display:none"> 43 <div id="container" style="display:none">
62 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
63 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a> , Dashboard, etc..</p> 44 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a> , Dashboard, etc..</p>
64
65 <h2>Getting involved</h2> 45 <h2>Getting involved</h2>
66 <a href="http://nightly.webkit.org/"></a>
67 <p id="identity">There are many ways to get involved. You can:</p> 46 <p id="identity">There are many ways to get involved. You can:</p>
68 <ul>
69 <li></li>
70 </ul>
71 <ul>
72 <li></li>
73 </ul>
74 </div> 47 </div>
75 ==========>8========== 48 ==========>8==========
76 49
77 Bringing things back 50 Bringing things back
78 51
79 Wrapper identity: identity 52 Wrapper identity: identity
80 Event AttrModified: A 53 Event AttrModified: A
81 Event AttrRemoved: A 54 Event AttrRemoved: A
82 Event AttrRemoved: A 55 Event AttrRemoved: A
83 ==========8<========== 56 ==========8<==========
84 <div id="container" style="display:none"> 57 <div id="container" style="display:none">
85 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
86 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
87
88 <h2>Getting involved</h2> 59 <h2>Getting involved</h2>
89 <a href="http://nightly.webkit.org/"></a>
90 <p id="identity">There are many ways to get involved. You can:</p> 60 <p id="identity">There are many ways to get involved. You can:</p>
91 <ul>
92 <li></li>
93 </ul>
94 <ul>
95 <li></li>
96 </ul>
97 </div> 61 </div>
98 ==========>8========== 62 ==========>8==========
99 63
100 64
101 65
102 66
103 67
104 Running: testRemoveLastChild 68 Running: testRemoveLastChild
105 Replacing 'Getting involved' with '' 69 Replacing 'Getting involved' with ''
106 70
107 Wrapper identity: identity 71 Wrapper identity: identity
108 Event NodeRemoved: 72 Event NodeRemoved:
109 ==========8<========== 73 ==========8<==========
110 <div id="container" style="display:none"> 74 <div id="container" style="display:none">
111 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
112 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 75 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
113
114 <h2></h2> 76 <h2></h2>
115 <a href="http://nightly.webkit.org/"></a>
116 <p id="identity">There are many ways to get involved. You can:</p> 77 <p id="identity">There are many ways to get involved. You can:</p>
117 <ul>
118 <li></li>
119 </ul>
120 <ul>
121 <li></li>
122 </ul>
123 </div> 78 </div>
124 ==========>8========== 79 ==========>8==========
125 80
126 Bringing things back 81 Bringing things back
127 82
128 Wrapper identity: identity 83 Wrapper identity: identity
129 Event NodeInserted: 84 Event NodeInserted:
130 ==========8<========== 85 ==========8<==========
131 <div id="container" style="display:none"> 86 <div id="container" style="display:none">
132 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
133 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 87 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
134
135 <h2>Getting involved</h2> 88 <h2>Getting involved</h2>
136 <a href="http://nightly.webkit.org/"></a>
137 <p id="identity">There are many ways to get involved. You can:</p> 89 <p id="identity">There are many ways to get involved. You can:</p>
138 <ul>
139 <li></li>
140 </ul>
141 <ul>
142 <li></li>
143 </ul>
144 </div> 90 </div>
145 ==========>8========== 91 ==========>8==========
146 92
147 93
148 94
149 95
150 96
151 Running: testSplitNode 97 Running: testSplitNode
152 Replacing 'Getting involved' with 'Getting</h2><h2>involved' 98 Replacing 'Getting involved' with 'Getting</h2><h2>involved'
153 99
154 Wrapper identity: identity 100 Wrapper identity: identity
155 Event NodeInserted: H2 101 Event NodeInserted: H2
156 Event NodeInserted: H2 102 Event NodeInserted: H2
157 Event NodeRemoved: H2 103 Event NodeRemoved: H2
158 ==========8<========== 104 ==========8<==========
159 <div id="container" style="display:none"> 105 <div id="container" style="display:none">
160 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
161 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 106 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
162
163 <h2>Getting</h2><h2>involved</h2> 107 <h2>Getting</h2><h2>involved</h2>
164 <a href="http://nightly.webkit.org/"></a>
165 <p id="identity">There are many ways to get involved. You can:</p> 108 <p id="identity">There are many ways to get involved. You can:</p>
166 <ul>
167 <li></li>
168 </ul>
169 <ul>
170 <li></li>
171 </ul>
172 </div> 109 </div>
173 ==========>8========== 110 ==========>8==========
174 111
175 Bringing things back 112 Bringing things back
176 113
177 Wrapper identity: identity 114 Wrapper identity: identity
178 Event NodeInserted: H2 115 Event NodeInserted: H2
179 Event NodeRemoved: H2 116 Event NodeRemoved: H2
180 Event NodeRemoved: H2 117 Event NodeRemoved: H2
181 ==========8<========== 118 ==========8<==========
182 <div id="container" style="display:none"> 119 <div id="container" style="display:none">
183 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
184 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 120 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
185
186 <h2>Getting involved</h2> 121 <h2>Getting involved</h2>
187 <a href="http://nightly.webkit.org/"></a>
188 <p id="identity">There are many ways to get involved. You can:</p> 122 <p id="identity">There are many ways to get involved. You can:</p>
189 <ul>
190 <li></li>
191 </ul>
192 <ul>
193 <li></li>
194 </ul>
195 </div> 123 </div>
196 ==========>8========== 124 ==========>8==========
197 125
198 126
199 127
200 128
201 129
202 Running: testChangeNodeName 130 Running: testChangeNodeName
203 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>' 131 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
204 132
205 Wrapper identity: identity 133 Wrapper identity: identity
206 Event NodeInserted: H3 134 Event NodeInserted: H3
207 Event NodeRemoved: H2 135 Event NodeRemoved: H2
208 ==========8<========== 136 ==========8<==========
209 <div id="container" style="display:none"> 137 <div id="container" style="display:none">
210 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
211 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 138 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
212
213 <h3>Getting involved</h3> 139 <h3>Getting involved</h3>
214 <a href="http://nightly.webkit.org/"></a>
215 <p id="identity">There are many ways to get involved. You can:</p> 140 <p id="identity">There are many ways to get involved. You can:</p>
216 <ul>
217 <li></li>
218 </ul>
219 <ul>
220 <li></li>
221 </ul>
222 </div> 141 </div>
223 ==========>8========== 142 ==========>8==========
224 143
225 Bringing things back 144 Bringing things back
226 145
227 Wrapper identity: identity 146 Wrapper identity: identity
228 Event NodeInserted: H2 147 Event NodeInserted: H2
229 Event NodeRemoved: H3 148 Event NodeRemoved: H3
230 ==========8<========== 149 ==========8<==========
231 <div id="container" style="display:none"> 150 <div id="container" style="display:none">
232 <h2>Welcome to the website for the WebKit Open Source Project!</h2>
233 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p> 151 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
234
235 <h2>Getting involved</h2> 152 <h2>Getting involved</h2>
236 <a href="http://nightly.webkit.org/"></a>
237 <p id="identity">There are many ways to get involved. You can:</p> 153 <p id="identity">There are many ways to get involved. You can:</p>
238 <ul>
239 <li></li>
240 </ul>
241 <ul>
242 <li></li>
243 </ul>
244 </div> 154 </div>
245 ==========>8========== 155 ==========>8==========
246 156
247 157
248 158
249 159
250 160
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-2-expected.txt ('k') | Source/WebCore/inspector/DOMEditor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698