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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 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
OLDNEW
1 CONSOLE WARNING: line 362: The <keygen> element is deprecated and will be remove d in M57, around March 2017. See https://www.chromestatus.com/features/571606099 2962560 for more details.
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 the empty string. [tested Node.textContent] 4 TEST SUCCEEDED: The value was the empty string. [tested Node.textContent]
6 5
7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id] 6 TEST SUCCEEDED: The value was the string 'null'. [tested Element.id]
8 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className] 7 TEST SUCCEEDED: The value was the string 'null'. [tested Element.className]
9 TEST SUCCEEDED: The value was the empty string. [tested Element.innerHTML] 8 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] 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]
11 10
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name] 143 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.name]
145 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n] 144 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.patter n]
146 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older] 145 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.placeh older]
147 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src] 146 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLI nputElement.src]
148 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step] 147 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.step]
149 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type] 148 TEST SUCCEEDED: The value was the string 'text'. [tested HTMLInputElement.type]
150 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ] 149 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLInputElement.useMap ]
151 150
152 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value] 151 TEST SUCCEEDED: The value was the empty string. [tested HTMLInputElement.value]
153 152
154 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.chall enge]
155 TEST SUCCEEDED: The value was the empty string. [tested HTMLKeygenElement.keytyp e]
156 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLKeygenElement.name]
157
158 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r] 153 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLabelElement.htmlFo r]
159 154
160 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ] 155 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLegendElement.align ]
161 156
162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type] 157 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLIElement.type]
163 158
164 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ] 159 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.charset ]
165 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href] 160 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLL inkElement.href]
166 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflan g] 161 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.hreflan g]
167 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media] 162 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLLinkElement.media]
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src] 290 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLT rackElement.src]
296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g] 291 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
297 292
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 293 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
299 294
300 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 295 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster]
301 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d] 296 TEST SUCCEEDED: The value was the string 'auto'. [tested HTMLVideoElement.preloa d]
302 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src] 297 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
303 298
304 299
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698