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

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

Powered by Google App Engine
This is Rietveld 408576698