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

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

Issue 59903003: Remove TreatNullAs=NullString for HTMLButtonElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@nullb
Patch Set: update tests Created 7 years, 1 month 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 03ef1dff07975c95bd3be7e654659a3f1f5b65a7..a1bb97b9198d41b9800c157eec82c08147c82556 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -198,8 +198,13 @@
elementToUse: document.createElement('button'),
attributes: [
{name: 'accessKey', expectedNull: ''},
- {name: 'name', expectedNull: ''},
- {name: 'value', expectedNull: ''}
+ {name: 'formAction', expectedNull: 'null', isUrl:true},
+ {name: 'formEnctype', expectedNull: 'application/x-www-form-urlencoded'},
+ {name: 'formMethod', expectedNull: 'get'},
+ {name: 'formTarget', expectedNull: 'null'},
+ {name: 'name', expectedNull: 'null'},
+ {name: 'type', expectedNull: 'submit'},
+ {name: 'value', expectedNull: 'null'}
]
},
{

Powered by Google App Engine
This is Rietveld 408576698