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

Unified Diff: ManualTests/scrollbars/scrollbars-in-composited-layers.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/scrollbars/scrollbars-in-composited-layers.html
diff --git a/ManualTests/scrollbars/scrollbars-in-composited-layers.html b/ManualTests/scrollbars/scrollbars-in-composited-layers.html
index b45d83520f1e6e8fb0b2a2e321c69ea07ea99d0a..5045236996ee0beaa6ede8c423fe9aa75683d447 100644
--- a/ManualTests/scrollbars/scrollbars-in-composited-layers.html
+++ b/ManualTests/scrollbars/scrollbars-in-composited-layers.html
@@ -10,12 +10,12 @@
margin: 15px;
padding: 5px;
overflow-y: scroll;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
box-shadow: 0 0 15px black;
}
.rotated {
- -webkit-transform: rotate3d(0, 0, 1, 45deg);
+ transform: rotate3d(0, 0, 1, 45deg);
}
.scroll > div {
background-color: silver;
« no previous file with comments | « ManualTests/remove-fixed-position-but-keep-compositing.html ('k') | ManualTests/simple-image-compositing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698