Index: LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html |
diff --git a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html |
index 220f8ab541f9ba191a7b921b1e3303e295d0842b..220a7df0765e151d4a31e0173153ac4065503aec 100644 |
--- a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html |
+++ b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html |
@@ -22,7 +22,7 @@ |
</script> |
</head> |
<body> |
- <div id='scrollParent' style='-webkit-transform: translateZ(0); overflow:scroll; height: 250px; width: 250px;'> |
+ <div id='scrollParent' style='transform: translateZ(0); overflow:scroll; height: 250px; width: 250px;'> |
<div style='overflow:scroll; height: 500px; width: 500px; visibility: hidden'> |
</div> |
</div> |