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

Side by Side Diff: LayoutTests/animations/composited-animation-style-update-expected.html

Issue 1153413007: Resolve style in element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Actually make unittests pass 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
esprehn 2015/06/04 06:35:01 ditto.
alancutter (OOO until 2018) 2015/06/04 06:45:56 Done.
2 div {
3 position: absolute;
4 width: 100px;
5 height: 100px;
6 font-size: 50px;
7 background: green;
8 transform: translate(1em, 1em);
9 }
10 </style>
11 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698