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

Side by Side Diff: LayoutTests/fast/dom/element-attribute-js-null-expected.txt

Issue 99213002: Remove TreatNullAs=NullString for HTMLModElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 This test setting various attributes of a elements to JavaScript null. 1 This test setting various attributes of a elements to JavaScript null.
2 2
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
4 TEST SUCCEEDED: The value was null. [tested Node.prefix] 4 TEST SUCCEEDED: The value was null. [tested Node.prefix]
5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 6
7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title] 7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title]
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] 8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] 9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.target] 167 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.target]
168 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.type] 168 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.type]
169 169
170 TEST SUCCEEDED: The value was the empty string. [tested HTMLMapElement.name] 170 TEST SUCCEEDED: The value was the empty string. [tested HTMLMapElement.name]
171 171
172 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.content] 172 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.content]
173 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.httpEqui v] 173 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.httpEqui v]
174 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.name] 174 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.name]
175 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.scheme] 175 TEST SUCCEEDED: The value was the empty string. [tested HTMLMetaElement.scheme]
176 176
177 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.cite] 177 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLM odElement.cite]
178 TEST SUCCEEDED: The value was the empty string. [tested HTMLModElement.dateTime] 178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLModElement.dateTime ]
179 179
180 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.code] 180 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.code]
181 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.align] 181 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.align]
182 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.archiv e] 182 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.archiv e]
183 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border ] 183 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.border ]
184 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeBa se] 184 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeBa se]
185 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeTy pe] 185 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.codeTy pe]
186 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.data] 186 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.data]
187 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.height ] 187 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.height ]
188 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.name] 188 TEST SUCCEEDED: The value was the empty string. [tested HTMLObjectElement.name]
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
280 280
281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
282 282
283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
285 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 285 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
286 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 286 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
287 287
288 288
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLModElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698