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

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: Remove duplicate transform 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..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>

Powered by Google App Engine
This is Rietveld 408576698