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

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

Issue 133703002: Compatible handling of the form.autocomplete IDL attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/element-attribute-js-null-expected.txt
diff --git a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
index d8b843077e6f6f29152b89cf878ef57547479fd2..a6538ef3a18e19e113949492bcfb5ff1ebff515f 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
+++ b/LayoutTests/fast/dom/element-attribute-js-null-expected.txt
@@ -90,7 +90,7 @@ TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFontElement.size]
TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.acceptCharset]
TEST SUCCEEDED: The value was the string 'null' resolved as a URL. [tested HTMLFormElement.action]
-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLFormElement.autocomplete]
+TEST SUCCEEDED: The value was the string 'on'. [tested HTMLFormElement.autocomplete]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.enctype]
TEST SUCCEEDED: The value was the string 'application/x-www-form-urlencoded'. [tested HTMLFormElement.encoding]
TEST SUCCEEDED: The value was the string 'get'. [tested HTMLFormElement.method]

Powered by Google App Engine
This is Rietveld 408576698