Chromium Code Reviews

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

Issue 101573002: Remove TreatNullAs=NullString for HTMLSelectElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 b2571369ffb44360fa4425813a54f7028645dcfc..5516c2572df773a44d72613026d8f1923bfd4996 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -569,7 +569,7 @@
elementToUse: document.createElement('select'),
attributes: [
{name: 'value', expectedNull: ''},
- {name: 'name', expectedNull: ''}
+ {name: 'name', expectedNull: 'null'}
]
},
{

Powered by Google App Engine