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

Side by Side Diff: LayoutTests/svg/transforms/will-change-transform-expected.svg

Issue 1075093002: will-change on SVG elements should not reset transforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified subject, description and added test-case. Created 5 years, 8 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 <svg xmlns="http://www.w3.org/2000/svg" width="700" height="500">
pdr. 2015/04/10 20:19:21 With the above comment, this will become something
2 <rect x="50" y="50" width="200" height="200" fill="red"/>
3 <rect x="50" y="300" width="100" height="100" fill="blue"/>
4 <rect x="200" y="400" width="50" height="50" fill="green"/>
5 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698