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

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

Issue 1234383003: Removing TreatNullAs=NullString from SVGAngle.valueAsString and SVGLength.valueAsString attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months 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 af1b11c22f1f2d2a2e5b7dd62341a95461399348..8948d3dcef0c237451506a6a472d5b4b8df1b636 100644
--- a/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml
+++ b/LayoutTests/svg/dom/svg-element-attribute-js-null.xhtml
@@ -56,20 +56,6 @@
]
},
{
- type: 'SVGAngle',
- elementToUse: svg.createSVGAngle(),
- attributes: [
- {name: 'valueAsString', expectedNull: '0'}
- ]
- },
- {
- type: 'SVGLength',
- elementToUse: svg.createSVGLength(),
- attributes: [
- {name: 'valueAsString', expectedNull: '0'}
- ]
- },
- {
type: 'SVGScriptElement',
elementToUse: document.createElementNS(svgNS, 'script'),
attributes: [
« no previous file with comments | « LayoutTests/svg/dom/script-tests/SVGLength.js ('k') | LayoutTests/svg/dom/svg-element-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698