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

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

Issue 291553005: Deprecate HTMLHeadElement.profile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: 'HTMLHeadElement.profile' is deprecated. The reflected attribut e has no effect.
1 This test setting various attributes of a elements to JavaScript null. 2 This test setting various attributes of a elements to JavaScript null.
2 3
3 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
4 TEST SUCCEEDED: The value was null. [tested Node.prefix] 5 TEST SUCCEEDED: The value was null. [tested Node.prefix]
5 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 7
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
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] 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]
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
310 311
311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
312 313
313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
314 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
315 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 316 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
317 318
318 319
OLDNEW
« no previous file with comments | « LayoutTests/dom/xhtml/level2/html/HTMLHeadElement01-expected.txt ('k') | Source/core/frame/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698