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

Unified Diff: LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml

Issue 104263002: Remove TreatNullAs=NullString for Element.id and .className (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update SVGElement.id test 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/svg/dom/svg-element-attribute-js-null.xhtml
diff --git a/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml b/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml
index 32798d623161c6cce337625c454931c4a341ac98..7af4bb07423d6daac0315faf846e8c7b2deed6d2 100644
--- a/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml
+++ b/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml
@@ -52,7 +52,7 @@
type: 'SVGElement',
elementToUse: svg,
attributes: [
- {name: 'id', expectedNull: ''},
+ {name: 'id', expectedNull: 'null'},
{name: 'xmlbase', expectedNull: ''}
]
},

Powered by Google App Engine
This is Rietveld 408576698