| 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;
|
|
|
|
|