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

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

Issue 240153003: Remove the HTMLSourceElement.media IDL attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 8 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 CONSOLE WARNING: 'HTMLSourceElement.media' is deprecated. This attribute doesn't do anything.
2 This test setting various attributes of a elements to JavaScript null. 1 This test setting various attributes of a elements to JavaScript null.
3 2
4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
5 TEST SUCCEEDED: The value was null. [tested Node.prefix] 4 TEST SUCCEEDED: The value was null. [tested Node.prefix]
6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
7 6
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
11 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML] 10 TEST SUCCEEDED: Exception (NoModificationAllowedError: Failed to set the 'outerH TML' property on 'Element': This element has no parent node.) was thrown as expe cted. [tested Element.outerHTML]
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event ] 239 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.event ]
241 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars et] 240 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.chars et]
242 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS criptElement.src] 241 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS criptElement.src]
243 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type] 242 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.type]
244 TEST SUCCEEDED: The value was the string 'anonymous'. [tested HTMLScriptElement. crossOrigin] 243 TEST SUCCEEDED: The value was the string 'anonymous'. [tested HTMLScriptElement. crossOrigin]
245 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce ] 244 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLScriptElement.nonce ]
246 245
247 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value] 246 TEST SUCCEEDED: The value was the empty string. [tested HTMLSelectElement.value]
248 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name] 247 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSelectElement.name]
249 248
250 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.media ]
251 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src] 249 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLS ourceElement.src]
252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type] 250 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLSourceElement.type]
253 251
254 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media] 252 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.media]
255 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type] 253 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLStyleElement.type]
256 254
257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCaptionElement .align] 255 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCaptionElement .align]
258 256
259 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ab br] 257 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.ab br]
260 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.al ign] 258 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTableCellElement.al ign]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 309 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
312 310
313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
314 312
315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 314 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 315 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
319 317
320 318
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/media/source-media-deprecated.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698