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

Unified Diff: LayoutTests/animations/opacity-transform-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
« no previous file with comments | « LayoutTests/animations/opacity-transform-animation.html ('k') | LayoutTests/animations/pause-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/opacity-transform-animation-expected.html
diff --git a/LayoutTests/animations/opacity-transform-animation-expected.html b/LayoutTests/animations/opacity-transform-animation-expected.html
index 15954ad01507f343c4c0d3a1613711640fb82aa7..3c27ed9d421651d4b685c548b39835653147e2c0 100644
--- a/LayoutTests/animations/opacity-transform-animation-expected.html
+++ b/LayoutTests/animations/opacity-transform-animation-expected.html
@@ -11,7 +11,7 @@
}
#box {
background-color: green;
- -webkit-transform: translateX(200px) scale(1) translateZ(0);
+ transform: translateX(200px) scale(1) translateZ(0);
opacity: 0.5;
}
#indicator {
« no previous file with comments | « LayoutTests/animations/opacity-transform-animation.html ('k') | LayoutTests/animations/pause-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698