Index: LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html |
diff --git a/LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html b/LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html |
index 5870d97f6213daf8b44ce4a95cd4f61bdafcb463..93856218d7d41d2bb992561077cc1a848267124e 100644 |
--- a/LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html |
+++ b/LayoutTests/transitions/transition-transform-translate-calculated-length-crash.html |
@@ -4,7 +4,7 @@ |
-webkit-transition: -webkit-transform 50ms; |
alancutter (OOO until 2018)
2014/10/14 05:13:49
Need to change the transition property target as w
|
} |
#div2 { |
- -webkit-transform: translate(calc(10% + 10px)); |
+ transform: translate(calc(10% + 10px)); |
} |
</style> |
<body> |