Chromium Code Reviews

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

Issue 99353002: Remove TreatNullAs=NullString for HTMLParamElement (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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 850191ee6ff319863493a1f42de08753d5f9b443..e75c226393a1cf1aa3cce06aaa6f880847c70808 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -479,10 +479,10 @@
type: 'HTMLParamElement',
elementToUse: document.createElement('param'),
attributes: [
- {name: 'name', expectedNull: ''},
- {name: 'type', expectedNull: ''},
- {name: 'value', expectedNull: ''},
- {name: 'valueType', expectedNull: ''}
+ {name: 'name', expectedNull: 'null'},
+ {name: 'type', expectedNull: 'null'},
+ {name: 'value', expectedNull: 'null'},
+ {name: 'valueType', expectedNull: 'null'}
]
},
« no previous file with comments | « no previous file | LayoutTests/fast/dom/element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine