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

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

Issue 98893003: Remove TreatNullAs=NullString for HTMLMarqueeElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« 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 a1aa9b1ae3f8ca5e807afe53aa216a8acd493bfc..f0ec691c55f7a177a5758c59a799c6d4f6b0e4af 100644
--- a/LayoutTests/fast/dom/element-attribute-js-null.html
+++ b/LayoutTests/fast/dom/element-attribute-js-null.html
@@ -416,6 +416,17 @@
{name: 'name', expectedNull: 'null'}
]
},
+ {
+ type: 'HTMLMarqueeElement',
+ elementToUse: document.createElement('marquee'),
+ attributes: [
+ {name: 'behavior', expectedNull: 'null'},
+ {name: 'bgColor', expectedNull: 'null'},
+ {name: 'direction', expectedNull: 'null'},
+ {name: 'height', expectedNull: 'null'},
+ {name: 'width', expectedNull: 'null'}
+ ]
+ },
// HTMLMenuElement
// NONE
« 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
This is Rietveld 408576698