Index: LayoutTests/fast/table/table-row-compositing-repaint-crash.html |
diff --git a/LayoutTests/fast/table/table-row-compositing-repaint-crash.html b/LayoutTests/fast/table/table-row-compositing-repaint-crash.html |
index bf52ff6a60642e7b9cc9855569d86ee50fc76202..bfbc758994770f52e452b58140ae968ae24d9901 100644 |
--- a/LayoutTests/fast/table/table-row-compositing-repaint-crash.html |
+++ b/LayoutTests/fast/table/table-row-compositing-repaint-crash.html |
@@ -10,7 +10,7 @@ |
.content { |
height: 100px; |
width: 100px; |
- -webkit-transform: translate3d(0, 0, 0); |
+ transform: translate3d(0, 0, 0); |
display: table-row; |
} |
</style> |