Chromium Code Reviews| Index: LayoutTests/css3/filters/filter-with-transform.html |
| diff --git a/LayoutTests/css3/filters/filter-with-transform.html b/LayoutTests/css3/filters/filter-with-transform.html |
| index 20360e1ad41c3929624a2a0f95b504b6017900e2..3063a87a2d5320f361c55550d27ec6dc4ced0293 100644 |
| --- a/LayoutTests/css3/filters/filter-with-transform.html |
| +++ b/LayoutTests/css3/filters/filter-with-transform.html |
| @@ -5,7 +5,7 @@ div { |
| background-color: red; |
| margin-left:40px; |
| margin-top:40px; |
| - -webkit-transform: rotate(-30deg); |
| + transform: rotate(-30deg); |
| -webkit-filter: hue-rotate(100deg); |
| } |
| </style> |