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

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

Powered by Google App Engine
This is Rietveld 408576698