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

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

Powered by Google App Engine
This is Rietveld 408576698