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

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

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.html
diff --git a/LayoutTests/fast/dom/element-attribute-js-null.html b/LayoutTests/fast/dom/element-attribute-js-null.html
index b9259fa3f2bf753ec692adff03e0b161e18d534c..86801ab586bc31d4911c60ef6ed5943eafeeb1ad 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -253,7 +253,7 @@
attributes: [
{name: 'acceptCharset', expectedNull: 'null'},
{name: 'action', expectedNull: 'null', isUrl: true},
- {name: 'autocomplete', expectedNull: 'null'},
+ {name: 'autocomplete', expectedNull: 'on'},
{name: 'enctype', expectedNull: 'application/x-www-form-urlencoded'},
{name: 'encoding', expectedNull: 'application/x-www-form-urlencoded'},
{name: 'method', expectedNull: 'get'},
« no previous file with comments | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | LayoutTests/fast/forms/autocomplete.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698