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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/animations/webkit-perspective.html ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/webkit-perspective-expected.html
diff --git a/LayoutTests/animations/webkit-perspective-expected.html b/LayoutTests/animations/webkit-perspective-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..9b31e1c335cbe130692f93c98adfb7af8ea2d233
--- /dev/null
+++ b/LayoutTests/animations/webkit-perspective-expected.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<style>
+#perspective {
+ -webkit-perspective: 35px;
+}
+#transform {
+ width: 100px;
+ height: 100px;
+ background: blue;
+ -webkit-transform: rotateY(45deg);
+}
+</style>
+<div id="perspective">
+ <div id="transform">
+ </div>
+</div>
« 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