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

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

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

Powered by Google App Engine
This is Rietveld 408576698