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

Side by Side Diff: LayoutTests/svg/as-image/svg-as-image-with-relative-size-expected.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 <title>svg-as-image-with-relative-size-expected</title> 3 <title>svg-as-image-with-relative-size-expected</title>
4 <style> 4 <style>
5 body {margin: 0px;} 5 body {margin: 0px;}
6 </style> 6 </style>
7 </head> 7 </head>
8 <body> 8 <body>
9 <div style="width: 400px; height: 400px; border: 1px solid black;"> 9 <div style="width: 400px; height: 400px; border: 1px solid black;">
10 <svg xmlns="http://www.w3.org/2000/svg"> 10 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
11 <rect x="40" y="40" width="120" height="120" fill="green"/> 11 <rect x="40" y="40" width="120" height="120" fill="green"/>
12 </svg> 12 </svg>
13 </div> 13 </div>
14 </body> 14 </body>
15 </html> 15 </html>
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698