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

Side by Side Diff: LayoutTests/svg/clip-path/transformed-clip-in-transformed-clip-expected.html

Issue 1174393003: Unify content transformation calculations for SVG clip paths (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 * {
4 overflow: hidden;
5 margin: 0;
6 }
7 </style>
8 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="300" height="300">
9 <rect x="100" y="100" width="100" height="100" fill="green">
10 </svg>
11 <br>
12 This test passes if there is a 100x100 green square at 100x100.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698