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

Side by Side Diff: LayoutTests/svg/custom/use-attribute-invalidations-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 three green squares below:<br>
5 <svg width="300" height="300">
6 <svg x="0" y="0" width="100" height="100">
7 <rect width="100%" height="100%" fill="green"/>
8 </svg>
9 <svg x="100" y="100" width="100" height="100">
10 <rect width="100%" height="100%" fill="green"/>
11 </svg>
12 <svg x="200" y="200" width="100" height="100">
13 <rect width="100%" height="100%" fill="green"/>
14 </svg>
15 </svg>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/use-attribute-invalidations.html ('k') | LayoutTests/svg/custom/use-dynamic-attribute-setting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698