Chromium Code Reviews

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

Issue 99313002: Remove TreatNullAs=NullString for HTMLOutputElement (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 850191ee6ff319863493a1f42de08753d5f9b443..eb65358ed4300cfd44df5c3089e04baa300ba8fd 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -469,6 +469,15 @@
]
},
{
+ type: 'HTMLOutputElement',
+ elementToUse: document.createElement('output'),
+ attributes: [
+ {name: 'name', expectedNull: 'null'},
+ {name: 'defaultValue', expectedNull: 'null'},
+ {name: 'value', expectedNull: 'null'}
+ ]
+ },
+ {
type: 'HTMLParagraphElement',
elementToUse: document.createElement('p'),
attributes: [

Powered by Google App Engine