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

Unified Diff: LayoutTests/fast/repaint/fixed-scale.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/repaint/fixed-scale.html
diff --git a/LayoutTests/fast/repaint/fixed-scale.html b/LayoutTests/fast/repaint/fixed-scale.html
index 0b53f9b86613a28a96075b32dca1759ac658798d..f6b2713309e22cb021135a7b84f4901f76af5424 100644
--- a/LayoutTests/fast/repaint/fixed-scale.html
+++ b/LayoutTests/fast/repaint/fixed-scale.html
@@ -4,7 +4,6 @@
<style>
.translated {
transform: scale(2, 2);
- -webkit-transform: scale(2, 2);
-moz-transform: scale(2, 2);
alancutter (OOO until 2018) 2014/10/14 05:13:48 We should remove -moz-transform as well.
}
</style>

Powered by Google App Engine
This is Rietveld 408576698