Index: ManualTests/remove-fixed-position-but-keep-compositing.html |
diff --git a/ManualTests/remove-fixed-position-but-keep-compositing.html b/ManualTests/remove-fixed-position-but-keep-compositing.html |
index a2dbc44063eb8c09fa9b458a9a942b1ad1d90cda..3067fa9e80a3268dce60e2419f5a7505f8f27c57 100644 |
--- a/ManualTests/remove-fixed-position-but-keep-compositing.html |
+++ b/ManualTests/remove-fixed-position-but-keep-compositing.html |
@@ -5,10 +5,10 @@ |
<button id="toggle">Toggle</button> |
<p> |
- The black rectangle starts fixed, and due to a -webkit-transform will be composited. Toggle to unfix it and scroll: the black rectangle should scroll with the page and not overlap the numbers. |
+ The black rectangle starts fixed, and due to a transform will be composited. Toggle to unfix it and scroll: the black rectangle should scroll with the page and not overlap the numbers. |
</p> |
- <div id="rect" style="background-color: black; width: 200px; height: 200px; position: fixed; -webkit-transform: translate3d(0,0,0)"> |
+ <div id="rect" style="background-color: black; width: 200px; height: 200px; position: fixed; transform: translate3d(0,0,0)"> |
</div> |
1<br> |