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

Side by Side Diff: LayoutTests/svg/custom/svg-root-padding-top.html

Issue 302433009: Fix computation of local-to-border-box transform for RenderSVGRoot (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Load matrix and check identity. Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 svg {
4 background-color: blue;
5 padding-top: 100px;
6 }
7 </style>
8 <svg width="300" height="200">
9 <rect x="100" width="100" height="100" fill="green"/>
10 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-root-padding-left-expected.html ('k') | LayoutTests/svg/custom/svg-root-padding-top-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698