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

Side by Side Diff: LayoutTests/inspector/elements/set-outer-html-for-xhtml-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 against an XHTML document.
2
3
4 Running: testSetUp
5
6 Running: testChangeCharacterData
7 Replacing 'Getting involved' with 'Getting not involved'
8
9 Wrapper identity: identity
10 Event AttrModified: div
11 Event AttrModified: div
12 Event AttrModified: div
13 Event AttrRemoved: div
14 Event AttrRemoved: div
15 Event CharacterDataModified: #text
16 ==========8<==========
17 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
18 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
19 <h2>Getting not involved</h2>
20 <p id="identity">There are many ways to get involved. You can:</p>
21 </div>
22 ==========>8==========
23
24 Bringing things back
25
26 Wrapper identity: identity
27 Event CharacterDataModified: #text
28 ==========8<==========
29 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
30 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
31 <h2>Getting involved</h2>
32 <p id="identity">There are many ways to get involved. You can:</p>
33 </div>
34 ==========>8==========
35
36
37
38
39
40 Running: testChangeAttributes
41 Replacing '<a href' with '<a foo="bar" href'
42
43 Wrapper identity: identity
44 Event AttrModified: a
45 Event AttrModified: a
46 Event AttrRemoved: a
47 ==========8<==========
48 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
49 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a> , Dashboard, etc.</p>
50 <h2>Getting involved</h2>
51 <p id="identity">There are many ways to get involved. You can:</p>
52 </div>
53 ==========>8==========
54
55 Bringing things back
56
57 Wrapper identity: identity
58 Event AttrModified: a
59 Event AttrRemoved: a
60 Event AttrRemoved: a
61 ==========8<==========
62 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
63 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
64 <h2>Getting involved</h2>
65 <p id="identity">There are many ways to get involved. You can:</p>
66 </div>
67 ==========>8==========
68
69
70
71
72
73 Running: testRemoveLastChild
74 Replacing 'Getting involved' with ''
75
76 Wrapper identity: identity
77 Event NodeRemoved: #text
78 ==========8<==========
79 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
80 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
81 <h2></h2>
82 <p id="identity">There are many ways to get involved. You can:</p>
83 </div>
84 ==========>8==========
85
86 Bringing things back
87
88 Wrapper identity: identity
89 Event NodeInserted: #text
90 ==========8<==========
91 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
92 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
93 <h2>Getting involved</h2>
94 <p id="identity">There are many ways to get involved. You can:</p>
95 </div>
96 ==========>8==========
97
98
99
100
101
102 Running: testSplitNode
103 Replacing 'Getting involved' with 'Getting</h2><h2>involved'
104
105 Wrapper identity: identity
106 Event NodeInserted: h2
107 Event NodeInserted: h2
108 Event NodeRemoved: h2
109 ==========8<==========
110 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
111 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
112 <h2>Getting</h2><h2>involved</h2>
113 <p id="identity">There are many ways to get involved. You can:</p>
114 </div>
115 ==========>8==========
116
117 Bringing things back
118
119 Wrapper identity: identity
120 Event NodeInserted: h2
121 Event NodeRemoved: h2
122 Event NodeRemoved: h2
123 ==========8<==========
124 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
125 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
126 <h2>Getting involved</h2>
127 <p id="identity">There are many ways to get involved. You can:</p>
128 </div>
129 ==========>8==========
130
131
132
133
134
135 Running: testChangeNodeName
136 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
137
138 Wrapper identity: identity
139 Event NodeInserted: h3
140 Event NodeRemoved: h2
141 ==========8<==========
142 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
143 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
144 <h3>Getting involved</h3>
145 <p id="identity">There are many ways to get involved. You can:</p>
146 </div>
147 ==========>8==========
148
149 Bringing things back
150
151 Wrapper identity: identity
152 Event NodeInserted: h2
153 Event NodeRemoved: h3
154 ==========8<==========
155 <div xmlns="http://www.w3.org/1999/xhtml" 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 </div>
160 ==========>8==========
161
162
163
164
165
166 Running: testInvalidDocumentDoesNotCrash
167 PASS: No crash
168
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-for-xhtml.xhtml ('k') | LayoutTests/inspector/elements/set-outer-html-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698