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> |