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

Unified Diff: LayoutTests/animations/webkit-perspective-expected.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
« no previous file with comments | « LayoutTests/animations/webkit-perspective.html ('k') | LayoutTests/compositing/3d-corners.html » ('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
index 9f6e1bbae018f671e2f56b4747d04202b33af0a4..a0f9c5b4f4a54d4d7dbd72a27a93770d7a69d98f 100644
--- a/LayoutTests/animations/webkit-perspective-expected.html
+++ b/LayoutTests/animations/webkit-perspective-expected.html
@@ -12,7 +12,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/webkit-perspective.html ('k') | LayoutTests/compositing/3d-corners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698