Chromium Code Reviews

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

Issue 70103011: Remove TreatNullAs=NullString for HTMLFieldSetElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 7 years, 1 month 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 5a8ebdf53f15df4498a0759ccd66796cb3d9e4c3..12889c514353aba8ffa50a2f48fa65beca7feb31 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -228,10 +228,13 @@
{name: 'width', expectedNull: 'null'}
]
},
-
- // HTMLFieldSetElement
- // NONE
-
+ {
+ type: 'HTMLFieldSetElement',
+ elementToUse: document.createElement('fieldset'),
+ attributes: [
+ {name: 'name', expectedNull: 'null'}
+ ]
+ },
{
type: 'HTMLFontElement',
elementToUse: document.createElement('font'),

Powered by Google App Engine