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

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

Issue 133703002: Compatible handling of the form.autocomplete IDL attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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
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 string 'null'. [tested Element.id] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 9 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] 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width] 83 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLEmbedElement.width]
84 84
85 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.nam e] 85 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFieldSetElement.nam e]
86 86
87 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color] 87 TEST SUCCEEDED: The value was the empty string. [tested HTMLFontElement.color]
88 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face] 88 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.face]
89 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size] 89 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]
90 90
91 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptC harset] 91 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptC harset]
92 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF ormElement.action] 92 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF ormElement.action]
93 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.autocom plete] 93 TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocompl ete]
94 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype] 94 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.enctype]
95 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding] 95 TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [t ested HTMLFormElement.encoding]
96 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method] 96 TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]
97 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name] 97 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.name]
98 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target] 98 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.target]
99 99
100 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.locatio n] 100 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.locatio n]
101 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameB order] 101 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFrameElement.frameB order]
102 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.longDesc] 102 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLF rameElement.longDesc]
103 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH eight] 103 TEST SUCCEEDED: The value was the empty string. [tested HTMLFrameElement.marginH eight]
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 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]
312 312
313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 313 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
314 314
315 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]
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 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
317 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]
318 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]
319 319
320 320
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698