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

Side by Side Diff: LayoutTests/svg/transforms/will-change-transform.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">
2 <rect x="0" y="0" width="100" height="100" fill="red" transform="translate(50, 50) scale(2,2)" style="will-change: transform;"/>
pdr. 2015/04/10 20:19:21 We try to have red squares for test failures and g
3 <rect x="0" y="250" width="100" height="100" fill="blue" style="will-change: t ransform;transform: translate(50px,50px);"/>
4 <rect x="0" y="400" width="50" height="50" transform="translate(100,0)" fill=" green" style="will-change: transform; transform: translate(200px,0px);"/>
5 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698