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

Unified Diff: LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition-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/fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html
diff --git a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html
index 460f0e21539bfec4219937ac0d80bf7d2558db5e..0b81a0738f7b82e60d8b79716138f8a455c627a7 100644
--- a/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html
+++ b/LayoutTests/fast/layers/no-clipping-overflow-hidden-added-after-transition-expected.html
@@ -13,7 +13,7 @@ div {
}
.transformed {
- -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
+ transform: rotate(45deg) translate3d(0, 0, 0);
background: green;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698