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

Unified Diff: LayoutTests/compositing/images/truncated-direct-png-image.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/compositing/images/truncated-direct-png-image.html
diff --git a/LayoutTests/compositing/images/truncated-direct-png-image.html b/LayoutTests/compositing/images/truncated-direct-png-image.html
index cdd38c7ac912737706e37d002442e6af66bcd44f..3bce279dee0e0d269e8e1b93475dff8c880f469d 100644
--- a/LayoutTests/compositing/images/truncated-direct-png-image.html
+++ b/LayoutTests/compositing/images/truncated-direct-png-image.html
@@ -2,7 +2,7 @@
<head>
<style type="text/css">
#image {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
-webkit-transform-origin: 0 0;
}

Powered by Google App Engine
This is Rietveld 408576698