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

Side by Side Diff: LayoutTests/svg/custom/use-dynamic-attribute-setting-expected.html

Issue 252903004: Avoid using SVGElementInstance in calcViewport (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase one more time 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <html>
3 <body>
4 This test passes if there are two green squares below:<br>
5 <svg width="300" height="300">
6 <svg id="svg" width="100" height="100">
7 <rect width="100%" height="100%" fill="green"/>
8 </svg>
9 <svg id="svg" x="100" y="100" width="100" height="100">
10 <rect width="100%" height="100%" fill="green"/>
11 </svg>
12 </svg>
13 </body>
14 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-dynamic-attribute-setting.html ('k') | Source/core/rendering/svg/RenderSVGViewportContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698