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

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

Issue 688333002: Remove the Element.prefix setter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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).
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]
6 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent] 4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
7 5
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
9 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
10 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 8 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] 9 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]
12 10
13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey] 11 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.accessKey]
14 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title] 12 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.title]
15 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang] 13 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLElement.lang]
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 306 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
309 307
310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 308 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
311 309
312 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 310 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 311 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
314 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 312 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
315 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 313 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
316 314
317 315
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | LayoutTests/fast/dom/node-prefix-setter-namespace-exception.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698