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

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

Issue 98543006: Remove TreatNullAs=NullString for HTMLScriptElement (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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 empty string. [tested HTMLParamElement.name]
205 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.type] 205 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.type]
206 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.value] 206 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.value]
207 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.valueTy pe] 207 TEST SUCCEEDED: The value was the empty string. [tested HTMLParamElement.valueTy pe]
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 string 'null'. [tested HTMLScriptElement.text]
212 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.htmlFo r] 212 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.htmlF or]
213 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.event] 213 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event ]
214 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.charse t] 214 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars et]
215 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.src] 215 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS criptElement.src]
216 TEST SUCCEEDED: The value was the empty string. [tested HTMLScriptElement.type] 216 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type]
217 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.cross Origin]
218 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce ]
217 219
218 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] 220 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
219 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name] 221 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.name]
220 222
221 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ] 223 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ]
222 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src] 224 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src]
223 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] 225 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
224 226
225 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media] 227 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.media]
226 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.type] 228 TEST SUCCEEDED: The value was the empty string. [tested HTMLStyleElement.type]
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
280 282
281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
282 284
283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 285 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] 286 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] 287 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] 288 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
287 289
288 290
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLScriptElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698