| 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'},
|
|
|