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

Unified Diff: LayoutTests/compositing/contents-opaque/overflow-hidden-child-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: LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
diff --git a/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html b/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
index 1abf39b78ee9ff061d149d664b2cd74253dc617e..6a8e9eff57a8f8229fb6fcfd1f781d5c3f0b2bdb 100644
--- a/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
+++ b/LayoutTests/compositing/contents-opaque/overflow-hidden-child-layers.html
@@ -9,7 +9,7 @@
background-color: blue;
box-shadow: 0 0 20px black;
overflow: hidden;
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
.child {
position: relative;

Powered by Google App Engine
This is Rietveld 408576698