Index: LayoutTests/svg/dom/complex-svgView-specification.html |
diff --git a/LayoutTests/svg/dom/complex-svgView-specification.html b/LayoutTests/svg/dom/complex-svgView-specification.html |
index 0e38cc4e15cfafc3ebac9aa15074f87cc592e5cc..18ab4ecb8c36cfb0bf03b1dbec2fe090953a4fb4 100644 |
--- a/LayoutTests/svg/dom/complex-svgView-specification.html |
+++ b/LayoutTests/svg/dom/complex-svgView-specification.html |
@@ -1,5 +1,15 @@ |
<!DOCTYPE html> |
<html> |
+<script src="../../resources/run-after-display.js"></script> |
+<script> |
+if (window.testRunner) |
+ testRunner.waitUntilDone(); |
+ |
+runAfterDisplay(function() { |
+ if (window.testRunner) |
+ testRunner.notifyDone(); |
+}) |
+</script> |
<body style="margin: 0"> |
<iframe style="border: 0; display: block" width="120" height="120" src="resources/viewspec-target.svg#svgView(viewBox(0,0,100,50);preserveAspectRatio(xMinYMid slice);transform(translate(0 10) translate(25 25) rotate(45) translate(-25 -25) scale(0.7 0.7)))"/> |
</body> |