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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/css/CSSImageSetValue.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 background: green; 5 background: green;
6 background-repeat: no-repeat; 6 background-repeat: no-repeat;
7 background-image: url(../../as-background-image/resources/svg-as-background-wi th-relative-size.svg); 7 background-image: url(../../as-background-image/resources/svg-as-background-wi th-relative-size.svg);
8 height: 500px; 8 height: 500px;
9 width: 500px; 9 width: 500px;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <!-- The background shouldn't be red in a debug build --> 13 <!-- The background shouldn't be red in a debug build -->
14 <body style='margin: 0px' onload="runAfterLayoutAndPaint(repaintTest, true);"> 14 <body style='margin: 0px; zoom: 1.4;'>
15 <div>&nbsp;</div> 15 <div>&nbsp;</div>
16
17 <script>var zoomCount = 3; window.shouldZoomOut = true;</script>
18 <script src="../../../resources/run-after-layout-and-paint.js"></script>
19 <script src="../resources/testPageZoom.js"></script>
20 </body> 16 </body>
21 </html> 17 </html>
OLDNEW
« 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