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

Unified Diff: LayoutTests/animations/webkit-perspective.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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
Index: LayoutTests/animations/webkit-perspective.html
diff --git a/LayoutTests/animations/webkit-perspective.html b/LayoutTests/animations/webkit-perspective.html
index 71a0b348bda9a4203329dff19e14995464f57d3f..d36c7ebe7c844c8d94852a1e3b193f1ade8beeb8 100644
--- a/LayoutTests/animations/webkit-perspective.html
+++ b/LayoutTests/animations/webkit-perspective.html
@@ -15,7 +15,7 @@
width: 150px;
height: 150px;
background: blue;
- -webkit-transform: rotateY(45deg);
+ transform: rotateY(45deg);
}
</style>
<div id="perspective">
« no previous file with comments | « LayoutTests/animations/transition-and-animation-2.html ('k') | LayoutTests/animations/webkit-perspective-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698