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

Unified Diff: LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.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/fast/borders/overflow-hidden-border-radius-force-backing-store.html
diff --git a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
index 8ef53e5dd9d02b59a7ea0064eda027e99e9a7bf5..70fe52395fd55187f75aee0f258c79c4c1a6ac64 100644
--- a/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
+++ b/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
@@ -23,7 +23,7 @@
#content {
height: 1000px;
- -webkit-transform: translatez(0);
+ transform: translatez(0);
}
</style>

Powered by Google App Engine
This is Rietveld 408576698