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

Unified Diff: LayoutTests/fast/backgrounds/gradient-background-leakage.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/fast/backgrounds/gradient-background-leakage.html
diff --git a/LayoutTests/fast/backgrounds/gradient-background-leakage.html b/LayoutTests/fast/backgrounds/gradient-background-leakage.html
index 917296b9503ecad848fb21d41cae85e8bacdb5ab..a96848ddb931d0ae93d9f3256ba472b7a0e33648 100644
--- a/LayoutTests/fast/backgrounds/gradient-background-leakage.html
+++ b/LayoutTests/fast/backgrounds/gradient-background-leakage.html
@@ -11,7 +11,7 @@
border: 4px solid #EEE;
}
.transformed {
- -webkit-transform: scale(0.5);
+ transform: scale(0.5);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698