Index: third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt |
index ad823f8c2ff9ef4ccefa5d1a0dd1744aeaa2f078..24974af10816f19618bab9c0bcb29a96a2b8d00b 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/form-attribute-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed in M57, around March 2017. See https://www.chromestatus.com/features/5716060992962560 for more details. |
This test checks the form attribute of the form-associated elements. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -8,7 +7,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
PASS document.getElementsByTagName("button")[0].form is owner |
PASS document.getElementsByTagName("fieldset")[0].form is owner |
PASS document.getElementsByTagName("input")[0].form is owner |
-PASS document.getElementsByTagName("keygen")[0].form is owner |
PASS document.getElementsByTagName("label")[0].form is null |
PASS document.getElementsByTagName("object")[0].form is owner |
PASS document.getElementsByTagName("output")[0].form is owner |