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

Side by Side Diff: LayoutTests/svg/custom/svg-root-padding-top-expected.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, 6 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 #outer {
4 width: 300px;
5 height: 300px;
6 background-color: blue;
7 position: relative;
8 }
9 #inner {
10 width: 100px;
11 height: 100px;
12 position: absolute;
13 left: 100px;
14 top: 100px;
15 background-color: green;
16 }
17 </style>
18 <div id=outer>
19 <div id=inner></div>
20 </div>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/svg-root-padding-top.html ('k') | Source/core/rendering/svg/RenderSVGRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698