Index: LayoutTests/plugins/transformed-events.html |
diff --git a/LayoutTests/plugins/transformed-events.html b/LayoutTests/plugins/transformed-events.html |
index 7d3155e3f351b3b6cff09bcf49d7956e7e7cd495..cf89c24b2e8e6e4024eeb7cd1a765bd9336ae604 100644 |
--- a/LayoutTests/plugins/transformed-events.html |
+++ b/LayoutTests/plugins/transformed-events.html |
@@ -4,7 +4,7 @@ |
#plugin { |
width: 150px; |
height: 150px; |
- -webkit-transform: rotate(90deg); |
+ transform: rotate(90deg); |
} |
</style> |
</head> |