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

Unified Diff: LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html

Issue 1339183003: NOT FOR LANDING Experiment with allocating SVGImageForContainer on demand (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 3 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
« no previous file with comments | « no previous file | Source/core/css/CSSImageSetValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
diff --git a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
index dc4136133beed0cd4dcf263cabd96e0fe27d4ede..a27dd0b369ed6201496ce17b59ce789edb304735 100644
--- a/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
+++ b/LayoutTests/svg/zoom/page/zoom-svg-as-background-with-relative-size.html
@@ -11,11 +11,7 @@ div {
</style>
</head>
<!-- The background shouldn't be red in a debug build -->
-<body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);">
+<body style='margin: 0px; zoom: 1.4;'>
<div>&nbsp;</div>
-
-<script>var zoomCount = 3; window.shouldZoomOut = true;</script>
-<script src="../../../resources/run-after-layout-and-paint.js"></script>
-<script src="../resources/testPageZoom.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | Source/core/css/CSSImageSetValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698