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

Unified Diff: LayoutTests/svg/dom/complex-svgView-specification.html

Issue 561813003: Prepare blink to unify definitions of load completion (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/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>

Powered by Google App Engine
This is Rietveld 408576698