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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
index b3614215e8d91455508004a4c4e1ee587c1dca3a..c63c15a09c48ea122ef25e1a143b0315fc27dbb5 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-form-collection-radionode-list-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details.
CONSOLE WARNING: line 1: The specified value "inputRadioValue" does not conform to the required format, "yyyy-MM-dd".
This test is for RadioNodeList specified at http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#radionodelist
@@ -6,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
-PASS owner.elements.length is 23
+PASS owner.elements.length is 22
PASS radioNodeList.length is 4
PASS radioNodeList[0].value is 'searching'
PASS radioNodeList[1].value is '123'
@@ -26,7 +25,7 @@ PASS radioNodeList[2].checked = true; radioNodeList.value is 'inputRadioValue'
Check RadioNodeList is updated after adding a new element
PASS owner.appendChild(newElement); radioNodeList.length is 5
-PASS owner.elements.length is 24
+PASS owner.elements.length is 23
PASS radioNodeList[4].value is 'new element'
Check RadioNodeList is updated after remove an element

Powered by Google App Engine
This is Rietveld 408576698