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

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. 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 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
This is Rietveld 408576698