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

Side by Side Diff: LayoutTests/animations/webkit-perspective-expected.html

Issue 219013002: CSS Animations: Adjust auto z-index when animating perspective (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #perspective {
4 -webkit-perspective: 35px;
5 }
6 #transform {
7 width: 100px;
8 height: 100px;
9 background: blue;
10 -webkit-transform: rotateY(45deg);
11 }
12 </style>
13 <div id="perspective">
14 <div id="transform">
15 </div>
16 </div>
OLDNEW
« no previous file with comments | « LayoutTests/animations/webkit-perspective.html ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698