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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-svg-as-relative-image.html

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 div { 4 div {
5 background: red; 5 background: red;
6 height: 100px; 6 height: 100px;
7 width: 100px; 7 width: 100px;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();"> 11 <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
12 <div> 12 <div>
13 <img src='../../as-image/resources/green-relative-size-rect.svg'> 13 <img style='width:100%; height:100%' src='../../as-image/resources/green-relat ive-size-rect.svg'>
14 </div> 14 </div>
15 15
16 <script>var zoomCount = 1; window.shouldZoomOut = true;</script> 16 <script>var zoomCount = 1; window.shouldZoomOut = true;</script>
17 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> 17 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script>
18 <script src="../resources/testPageZoom.js"></script> 18 <script src="../resources/testPageZoom.js"></script>
19 19
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698