Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: ManualTests/remove-fixed-position-but-keep-compositing.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « ManualTests/no-repaint-after-wake-from-sleep.html ('k') | ManualTests/scrollbars/scrollbars-in-composited-layers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698