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

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

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests DOMAgent.setOuterHTML protocol method (part 2).
2
3 Additional node
4
5 Running: testSetUp
6
7 Running: testChangeMultipleThings
8 Wrapper identity: identity
9 Event AttrModified: H2
10 Event AttrModified: H2
11 Event NodeInserted: UL
12 Event NodeRemoved: UL
13 ==========8<==========
14 <div id="container" style="display:none">
15 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
16 <h2 foo="bar" bar="baz">Getting involved</h2>
17 <p id="identity">There are many ways to get involved. You can:</p>
18 <ul>
19
20 </ul>
21 <ul>
22 <li></li>
23 </ul>
24 </div>
25 ==========>8==========
26
27 Bringing things back
28
29 Wrapper identity: identity
30 Event AttrRemoved: H2
31 Event AttrRemoved: H2
32 Event CharacterDataModified: #text
33 Event NodeInserted: LI
34 ==========8<==========
35 <div id="container" style="display:none">
36 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
37 <h2>Getting involved</h2>
38 <p id="identity">There are many ways to get involved. You can:</p>
39 <ul>
40 <li></li>
41 </ul>
42 <ul>
43 <li></li>
44 </ul>
45 </div>
46 ==========>8==========
47
48
49
50
51
52 Running: testChangeNestingLevel
53 Wrapper identity: identity
54 Event NodeInserted: DIV
55 Event NodeRemoved: UL
56 ==========8<==========
57 <div id="container" style="display:none">
58 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
59 <h2>Getting involved</h2>
60 <p id="identity">There are many ways to get involved. You can:</p>
61 <div><ul>
62 <li></li>
63 </ul></div>
64 <ul>
65 <li></li>
66 </ul>
67 </div>
68 ==========>8==========
69
70 Bringing things back
71
72 Wrapper identity: identity
73 Event NodeInserted: UL
74 Event NodeRemoved: DIV
75 ==========8<==========
76 <div id="container" style="display:none">
77 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
78 <h2>Getting involved</h2>
79 <p id="identity">There are many ways to get involved. You can:</p>
80 <ul>
81 <li></li>
82 </ul>
83 <ul>
84 <li></li>
85 </ul>
86 </div>
87 ==========>8==========
88
89
90
91
92
93 Running: testSwapNodes
94 Wrapper identity: identity
95 Event NodeInserted: H2
96 Event NodeRemoved: H2
97 ==========8<==========
98 <div id="container" style="display:none">
99 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
100
101 <p id="identity">There are many ways to get involved. You can:</p>
102 <ul>
103 <li></li>
104 </ul>
105 <ul>
106 <li></li>
107 </ul>
108 <h2>Getting involved</h2></div>
109 ==========>8==========
110
111 Bringing things back
112
113 Wrapper identity: identity
114 Event NodeInserted: H2
115 Event NodeInserted: P
116 Event NodeInserted: UL
117 Event NodeInserted: UL
118 Event NodeRemoved: H2
119 Event NodeRemoved: P
120 Event NodeRemoved: UL
121 Event NodeRemoved: UL
122 ==========8<==========
123 <div id="container" style="display:none">
124 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
125 <h2>Getting involved</h2>
126 <p id="identity">There are many ways to get involved. You can:</p>
127 <ul>
128 <li></li>
129 </ul>
130 <ul>
131 <li></li>
132 </ul>
133 </div>
134 ==========>8==========
135
136
137
138
139
140 Running: testEditTwoRoots
141 Wrapper identity: identity
142 Event NodeInserted: DIV
143 ==========8<==========
144 <div id="container" style="display:none">
145 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
146 <h2>Getting involved</h2>
147 <p id="identity">There are many ways to get involved. You can:</p>
148 <ul>
149 <li></li>
150 </ul>
151 <ul>
152 <li></li>
153 </ul>
154 </div>
155 ==========>8==========
156
157 Bringing things back
158
159 Wrapper identity: identity
160 ==========8<==========
161 <div id="container" style="display:none">
162 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
163 <h2>Getting involved</h2>
164 <p id="identity">There are many ways to get involved. You can:</p>
165 <ul>
166 <li></li>
167 </ul>
168 <ul>
169 <li></li>
170 </ul>
171 </div>
172 ==========>8==========
173
174
175
176
177
178 Running: testDupeNode
179 Replacing '<h2>Getting involved</h2>' with '<h2>Getting involved</h2><h2>Getting involved</h2>'
180
181 Wrapper identity: identity
182 Event NodeInserted: H2
183 Event NodeInserted: H2
184 Event NodeRemoved: H2
185 ==========8<==========
186 <div id="container" style="display:none">
187 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
188 <h2>Getting involved</h2><h2>Getting involved</h2>
189 <p id="identity">There are many ways to get involved. You can:</p>
190 <ul>
191 <li></li>
192 </ul>
193 <ul>
194 <li></li>
195 </ul>
196 </div>
197 ==========>8==========
198
199 Bringing things back
200
201 Wrapper identity: identity
202 Event NodeRemoved: H2
203 ==========8<==========
204 <div id="container" style="display:none">
205 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc..</p>
206 <h2>Getting involved</h2>
207 <p id="identity">There are many ways to get involved. You can:</p>
208 <ul>
209 <li></li>
210 </ul>
211 <ul>
212 <li></li>
213 </ul>
214 </div>
215 ==========>8==========
216
217
218
219
220
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-2.html ('k') | LayoutTests/inspector/elements/set-outer-html-body.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698