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..c5e6f5ae89b5a1cd05f4b2a7615bf3aa3a845b08 100644 |
--- a/ManualTests/remove-fixed-position-but-keep-compositing.html |
+++ b/ManualTests/remove-fixed-position-but-keep-compositing.html |
@@ -8,7 +8,7 @@ |
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. |
alancutter (OOO until 2018)
2014/10/14 05:13:49
This text should be updated.
|
</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> |