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

Side by Side Diff: LayoutTests/compositing/will-change/neutral-keyframe-not-decomposed-expected.html

Issue 1318273003: Prevent will-change:transform from changing the computed value of transform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 <!DOCTYPE html>
2 <style>
3 #target {
4 border-left: solid;
5 border-top: solid;
6 transform: rotate(180deg);
7 width: 100px;
8 height: 100px;
9 margin: 50px;
10 }
11 </style>
12 Th following shape should look like: _|
13 <div id="target"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698