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

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

Issue 301403002: Deprecate the Element.prefix setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test Created 6 years, 6 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: Setting 'Element.prefix' is deprecated, as it is read-only per DOM (http://dom.spec.whatwg.org/#element).
1 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut e has no effect. 2 CONSOLE WARNING: 'HTMLHeadElement.profile' is deprecated. The reflected attribut e has no effect.
2 This test setting various attributes of a elements to JavaScript null. 3 This test setting various attributes of a elements to JavaScript null.
3 4
4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 5 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
5 TEST SUCCEEDED: The value was null. [tested Node.prefix] 6 TEST SUCCEEDED: The value was null. [tested Node.prefix]
6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 7 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
7 8
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 10 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 11 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML]
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 311 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
311 312
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
313 314
314 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 315 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 316 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
316 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 317 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
317 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 318 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
318 319
319 320
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698