Index: LayoutTests/fast/repaint/transform-rotate-and-remove.html |
diff --git a/LayoutTests/fast/repaint/transform-rotate-and-remove.html b/LayoutTests/fast/repaint/transform-rotate-and-remove.html |
index b8698ba7b1f343775bb790e08206a7cce577cb7a..a591ee4b12a493ad1c34939d8a8eb8016882a85c 100644 |
--- a/LayoutTests/fast/repaint/transform-rotate-and-remove.html |
+++ b/LayoutTests/fast/repaint/transform-rotate-and-remove.html |
@@ -6,7 +6,7 @@ |
</title> |
<style> |
.rotated { |
- -webkit-transform:rotate(50deg); |
+ transform:rotate(50deg); |
} |
</style> |
<script src="resources/text-based-repaint.js" type="text/javascript"></script> |