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

Side by Side Diff: LayoutTests/inspector/elements/set-outer-html-for-xhtml-expected.txt

Issue 184633007: Don't emit a default namespace declaration if it's already the default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
1 Tests DOMAgent.setOuterHTML protocol method against an XHTML document. 1 Tests DOMAgent.setOuterHTML protocol method against an XHTML document.
2 2
3 3
4 Running: testSetUp 4 Running: testSetUp
5 5
6 Running: testChangeCharacterData 6 Running: testChangeCharacterData
7 Replacing 'Getting involved' with 'Getting not involved' 7 Replacing 'Getting involved' with 'Getting not involved'
8 8
9 Wrapper identity: identity 9 Wrapper identity: identity
10 Event AttrModified: div 10 Event AttrModified: div
11 Event AttrModified: div 11 Event AttrModified: div
12 Event AttrModified: div 12 Event AttrModified: div
13 Event AttrRemoved: div 13 Event AttrRemoved: div
14 Event AttrRemoved: div 14 Event AttrRemoved: div
15 Event CharacterDataModified: 15 Event CharacterDataModified:
16 ==========8<========== 16 ==========8<==========
17 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 17 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
18 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 18 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
19 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting not involved</h2> 19 <h2>Getting not involved</h2>
20 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 20 <p id="identity">There are many ways to get involved. You can:</p>
21 </div> 21 </div>
22 ==========>8========== 22 ==========>8==========
23 23
24 Bringing things back 24 Bringing things back
25 25
26 Wrapper identity: identity 26 Wrapper identity: identity
27 Event CharacterDataModified: 27 Event CharacterDataModified:
28 ==========8<========== 28 ==========8<==========
29 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 29 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
30 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 30 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
31 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 31 <h2>Getting involved</h2>
32 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 32 <p id="identity">There are many ways to get involved. You can:</p>
33 </div> 33 </div>
34 ==========>8========== 34 ==========>8==========
35 35
36 36
37 37
38 38
39 39
40 Running: testChangeAttributes 40 Running: testChangeAttributes
41 Replacing '<a href' with '<a foo="bar" href' 41 Replacing '<a href' with '<a foo="bar" href'
42 42
43 Wrapper identity: identity 43 Wrapper identity: identity
44 Event AttrModified: a 44 Event AttrModified: a
45 Event AttrModified: a 45 Event AttrModified: a
46 Event AttrRemoved: a 46 Event AttrRemoved: a
47 ==========8<========== 47 ==========8<==========
48 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 48 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
49 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a foo="bar" href="htt p://www.apple.com/safari/">Safari</a>, Dashboard, etc.</p> 49 <p>WebKit is used by <a foo="bar" href="http://www.apple.com/safari/">Safari</a> , Dashboard, etc.</p>
50 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 50 <h2>Getting involved</h2>
51 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 51 <p id="identity">There are many ways to get involved. You can:</p>
52 </div> 52 </div>
53 ==========>8========== 53 ==========>8==========
54 54
55 Bringing things back 55 Bringing things back
56 56
57 Wrapper identity: identity 57 Wrapper identity: identity
58 Event AttrModified: a 58 Event AttrModified: a
59 Event AttrRemoved: a 59 Event AttrRemoved: a
60 Event AttrRemoved: a 60 Event AttrRemoved: a
61 ==========8<========== 61 ==========8<==========
62 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 62 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
63 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 63 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
64 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 64 <h2>Getting involved</h2>
65 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 65 <p id="identity">There are many ways to get involved. You can:</p>
66 </div> 66 </div>
67 ==========>8========== 67 ==========>8==========
68 68
69 69
70 70
71 71
72 72
73 Running: testRemoveLastChild 73 Running: testRemoveLastChild
74 Replacing 'Getting involved' with '' 74 Replacing 'Getting involved' with ''
75 75
76 Wrapper identity: identity 76 Wrapper identity: identity
77 Event NodeRemoved: 77 Event NodeRemoved:
78 ==========8<========== 78 ==========8<==========
79 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 79 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
80 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 80 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
81 <h2 xmlns="http://www.w3.org/1999/xhtml"></h2> 81 <h2></h2>
82 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 82 <p id="identity">There are many ways to get involved. You can:</p>
83 </div> 83 </div>
84 ==========>8========== 84 ==========>8==========
85 85
86 Bringing things back 86 Bringing things back
87 87
88 Wrapper identity: identity 88 Wrapper identity: identity
89 Event NodeInserted: 89 Event NodeInserted:
90 ==========8<========== 90 ==========8<==========
91 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 91 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
92 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 92 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
93 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 93 <h2>Getting involved</h2>
94 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 94 <p id="identity">There are many ways to get involved. You can:</p>
95 </div> 95 </div>
96 ==========>8========== 96 ==========>8==========
97 97
98 98
99 99
100 100
101 101
102 Running: testSplitNode 102 Running: testSplitNode
103 Replacing 'Getting involved' with 'Getting</h2><h2>involved' 103 Replacing 'Getting involved' with 'Getting</h2><h2>involved'
104 104
105 Wrapper identity: identity 105 Wrapper identity: identity
106 Event NodeInserted: h2 106 Event NodeInserted: h2
107 Event NodeInserted: h2 107 Event NodeInserted: h2
108 Event NodeRemoved: h2 108 Event NodeRemoved: h2
109 ==========8<========== 109 ==========8<==========
110 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 110 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
111 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 111 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
112 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting</h2><h2 xmlns="http://www.w3.or g/1999/xhtml">involved</h2> 112 <h2>Getting</h2><h2>involved</h2>
113 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 113 <p id="identity">There are many ways to get involved. You can:</p>
114 </div> 114 </div>
115 ==========>8========== 115 ==========>8==========
116 116
117 Bringing things back 117 Bringing things back
118 118
119 Wrapper identity: identity 119 Wrapper identity: identity
120 Event NodeInserted: h2 120 Event NodeInserted: h2
121 Event NodeRemoved: h2 121 Event NodeRemoved: h2
122 Event NodeRemoved: h2 122 Event NodeRemoved: h2
123 ==========8<========== 123 ==========8<==========
124 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 124 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
125 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 125 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
126 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 126 <h2>Getting involved</h2>
127 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 127 <p id="identity">There are many ways to get involved. You can:</p>
128 </div> 128 </div>
129 ==========>8========== 129 ==========>8==========
130 130
131 131
132 132
133 133
134 134
135 Running: testChangeNodeName 135 Running: testChangeNodeName
136 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>' 136 Replacing '<h2>Getting involved</h2>' with '<h3>Getting involved</h3>'
137 137
138 Wrapper identity: identity 138 Wrapper identity: identity
139 Event NodeInserted: h3 139 Event NodeInserted: h3
140 Event NodeRemoved: h2 140 Event NodeRemoved: h2
141 ==========8<========== 141 ==========8<==========
142 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 142 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
143 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 143 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
144 <h3 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h3> 144 <h3>Getting involved</h3>
145 <p xmlns="http://www.w3.org/1999/xhtml" id="identity">There are many ways to get involved. You can:</p> 145 <p id="identity">There are many ways to get involved. You can:</p>
146 </div> 146 </div>
147 ==========>8========== 147 ==========>8==========
148 148
149 Bringing things back 149 Bringing things back
150 150
151 Wrapper identity: identity 151 Wrapper identity: identity
152 Event NodeInserted: h2 152 Event NodeInserted: h2
153 Event NodeRemoved: h3 153 Event NodeRemoved: h3
154 ==========8<========== 154 ==========8<==========
155 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none"> 155 <div xmlns="http://www.w3.org/1999/xhtml" id="container" style="display:none">
156 <p xmlns="http://www.w3.org/1999/xhtml">WebKit is used by <a href="http://www.ap ple.com/safari/">Safari</a>, Dashboard, etc.</p> 156 <p>WebKit is used by <a href="http://www.apple.com/safari/">Safari</a>, Dashboar d, etc.</p>
157 <h2 xmlns="http://www.w3.org/1999/xhtml">Getting involved</h2> 157 <h2>Getting involved</h2>
158 <p xmlns="http://www.w3.org/1999/xhtml" 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 </div> 159 </div>
160 ==========>8========== 160 ==========>8==========
161 161
162 162
163 163
164 164
165 165
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/XMLSerializer-element-ns-no-reemit.html ('k') | Source/core/editing/MarkupAccumulator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698