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

Unified Diff: LayoutTests/animations/change-transform-style-during-animation-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
Index: LayoutTests/animations/change-transform-style-during-animation-expected.html
diff --git a/LayoutTests/animations/change-transform-style-during-animation-expected.html b/LayoutTests/animations/change-transform-style-during-animation-expected.html
index 1165c421930ff869b74201f52e95688f990f210d..a39c1a50efd1c882395f16ab5a0a8042812c1618 100644
--- a/LayoutTests/animations/change-transform-style-during-animation-expected.html
+++ b/LayoutTests/animations/change-transform-style-during-animation-expected.html
@@ -3,7 +3,7 @@
<head>
<style>
#container {
- -webkit-transform: translateZ(0px);
+ transform: translateZ(0px);
-webkit-perspective: 400;
}
@@ -21,7 +21,7 @@
height: 100px;
width: 100px;
background-color: red;
- -webkit-transform: translateZ(200px) translateX(-200px);
+ transform: translateZ(200px) translateX(-200px);
-webkit-transform-style: preserve-3d;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698