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

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-under-transform.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/layer-creation/fixed-position-under-transform.html
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html b/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html
index 72c62af6d749f473b53a23147ca81096cb73efed..3e789f35421c1a9f5a68151f49a43e3eccf2bc59 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html
+++ b/LayoutTests/compositing/layer-creation/fixed-position-under-transform.html
@@ -10,7 +10,7 @@
#transform {
z-index: 0;
/* transform establishes a fixed pos container, so translate to make up for scroll offset so indicator is still underneath overlap */
- -webkit-transform:translate3d(0px, 1000px, 0px);
+ transform:translate3d(0px, 1000px, 0px);
}
#indicator {

Powered by Google App Engine
This is Rietveld 408576698