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

Unified Diff: LayoutTests/compositing/images/direct-image-dynamic-border-radius-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/compositing/images/direct-image-dynamic-border-radius-expected.html
diff --git a/LayoutTests/compositing/images/direct-image-dynamic-border-radius-expected.html b/LayoutTests/compositing/images/direct-image-dynamic-border-radius-expected.html
index 6c73a32f6c55c4122c610ef2bc540d3d1ed1b676..c654f74abc917da3d9d431023b0a8a74dc5925d6 100644
--- a/LayoutTests/compositing/images/direct-image-dynamic-border-radius-expected.html
+++ b/LayoutTests/compositing/images/direct-image-dynamic-border-radius-expected.html
@@ -2,7 +2,7 @@
<html>
<style>
.border {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
border-radius: 50%;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698