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

Unified Diff: LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebsaed Created 6 years, 11 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/SVGViewSpec-invalid-ref-crash.html
diff --git a/LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html b/LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html
index 75294165907284623d770fd6691a4205ab07a0e7..4aa9fc958440b0e382e9e442fb8660b6fa2af0de 100644
--- a/LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html
+++ b/LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html
@@ -20,7 +20,7 @@
shouldBeNull("viewPreserveAspectRatio = svgView.preserveAspectRatio;");
shouldBeNull("viewTransform = svgView.transform;");
shouldBeNull("viewViewTarget = svgView.viewTarget;");
- shouldBeNull("viewViewBox = svgView.viewBox;");
+ shouldNotThrow("viewViewBox = svgView.viewBox;");
successfullyParsed = true;

Powered by Google App Engine
This is Rietveld 408576698