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

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

Issue 99353002: Remove TreatNullAs=NullString for HTMLParamElement (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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOListElement.type] 194 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOListElement.type]
195 195
196 TEST SUCCEEDED: The value was the empty string. [tested HTMLOptGroupElement.labe l] 196 TEST SUCCEEDED: The value was the empty string. [tested HTMLOptGroupElement.labe l]
197 197
198 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.text] 198 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.text]
199 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.label ] 199 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.label ]
200 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.value ] 200 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLOptionElement.value ]
201 201
202 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParagraphElement.al ign] 202 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParagraphElement.al ign]
203 203
204 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.name] 204 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.name]
205 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.type] 205 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.type]
206 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.value] 206 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.value]
207 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.valueTy pe] 207 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLParamElement.valueT ype]
208 208
209 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQ uoteElement.cite] 209 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLQ uoteElement.cite]
210 210
211 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.text] 211 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.text]
212 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.htmlFo r] 212 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.htmlFo r]
213 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.event] 213 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.event]
214 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.charse t] 214 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.charse t]
215 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.src] 215 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.src]
216 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type] 216 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type]
217 217
(...skipping 61 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/HTMLParamElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698