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

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

Issue 123833005: Limit HTMLKeygenElement.keytype to only known values. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + updated reflect attribute syntax to current 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n] 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n]
160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older] 160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older]
161 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src] 161 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src]
162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step] 162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step]
163 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] 163 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ] 164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ]
165 165
166 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] 166 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]
167 167
168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge] 168 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge]
169 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.keyty pe] 169 TEST SUCCEEDED: The value was the empty string. [tested HTMLKeygenElement.keytyp e]
170 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name] 170 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]
171 171
172 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r] 172 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r]
173 173
174 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ] 174 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ]
175 175
176 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] 176 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]
177 177
178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ] 178 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ]
179 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href] 179 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href]
(...skipping 131 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
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null.html ('k') | Source/core/html/HTMLKeygenElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698