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

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

Issue 2266283002: Updating deprecation message for <keygen>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 3 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 CONSOLE WARNING: line 362: The <keygen> element is deprecated and will be remove d in M54, around October 2016. See https://www.chromestatus.com/features/5716060 992962560 for more details. 1 CONSOLE WARNING: line 362: The <keygen> element is deprecated and will be remove d in M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details.
2 This test setting various attributes of a elements to JavaScript null. 2 This test setting various attributes of a elements to JavaScript null.
3 3
4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue] 4 TEST SUCCEEDED: The value was null. [tested Node.nodeValue]
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]
11 11
(...skipping 283 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] 295 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] 296 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLTrackElement.srclan g]
297 297
298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type] 298 TEST SUCCEEDED: The value was the string 'null'. [tested HTMLUListElement.type]
299 299
300 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.poster] 300 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] 301 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] 302 TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLV ideoElement.src]
303 303
304 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698