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

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: 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..448fe80d8ab8bd900de35e00cf8c64b3ea16389a 100644
--- a/LayoutTests/fast/repaint/fixed-scale.html
+++ b/LayoutTests/fast/repaint/fixed-scale.html
@@ -4,8 +4,6 @@
<style>
.translated {
transform: scale(2, 2);
- -webkit-transform: scale(2, 2);
- -moz-transform: scale(2, 2);
}
</style>
<script src="../../resources/run-after-display.js"></script>

Powered by Google App Engine
This is Rietveld 408576698