Chromium Code Reviews

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.
Jump to:
View unified diff | | 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