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

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

Issue 98543003: Remove TreatNullAs=NullString for HTMLKeygenElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 7 years 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 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 empty string. [tested HTMLElement.title] 7 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.title]
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id] 8 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.id]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang] 9 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.lang]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir] 10 TEST SUCCEEDED: The value was the empty string. [tested HTMLElement.dir]
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.accessK ey] 143 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.accessK ey]
144 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.align] 144 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.align]
145 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.alt] 145 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.alt]
146 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.default Value] 146 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.default Value]
147 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.name] 147 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.name]
148 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.src] 148 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.src]
149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] 149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
150 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.useMap] 150 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.useMap]
151 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] 151 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]
152 152
153 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge]
154 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.keyty pe]
155 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]
156
153 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK ey] 157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.accessK ey]
154 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor ] 158 TEST SUCCEEDED: The value was the empty string. [tested HTMLLabelElement.htmlFor ]
155 159
156 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access Key] 160 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.access Key]
157 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align] 161 TEST SUCCEEDED: The value was the empty string. [tested HTMLLegendElement.align]
158 162
159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] 163 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]
160 164
161 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.charset] 165 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.charset]
162 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.href] 166 TEST SUCCEEDED: The value was the empty string. [tested HTMLLinkElement.href]
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
280 284
281 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 285 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
282 286
283 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup] 287 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLVideoElement.mediaG roup]
284 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 288 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
285 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 289 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
286 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 290 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
287 291
288 292
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