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

Unified Diff: LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.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/squashing/backing-owner-determines-scroll-parent.html
diff --git a/LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.html b/LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.html
index 024a6d3897dd76e353d1efba7b4b8100b9c31a97..3339781b23dcc45c6cfaac96e2a34007cb20d3f9 100644
--- a/LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.html
+++ b/LayoutTests/compositing/squashing/backing-owner-determines-scroll-parent.html
@@ -19,7 +19,7 @@
padding-left: 10px;
padding-right: 10px;
padding-bottom: 100px;
- -webkit-transform: scale(0.5, 0.5);
+ transform: scale(0.5, 0.5);
}
</style>
<body>

Powered by Google App Engine
This is Rietveld 408576698