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

Unified Diff: LayoutTests/animations/animation-offscreen-to-onscreen-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/animation-offscreen-to-onscreen-expected.html
diff --git a/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html b/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html
index 8f56e51fd39072ef55f9b36fe51494b7006680d6..cf6a53f2f7b6a87bbf59dc71e6d19879ce381534 100644
--- a/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html
+++ b/LayoutTests/animations/animation-offscreen-to-onscreen-expected.html
@@ -13,7 +13,7 @@
width: 100px;
margin: 0;
background-color: green;
- -webkit-transform: translate(100px, 0px);
+ transform: translate(100px, 0px);
}
</style>
</head>
« no previous file with comments | « LayoutTests/animations/animation-offscreen-to-onscreen.html ('k') | LayoutTests/animations/animation-on-inline-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698