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

Unified Diff: LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special.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/fast/events/touch/touch-rect-assert-first-layer-special.html
diff --git a/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special.html b/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special.html
index 301399ebb73d2df548750f770a64af0df65df4b2..2f2d65d0f76b32c5d030ab55b3f4923521b16c7a 100644
--- a/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special.html
+++ b/LayoutTests/fast/events/touch/touch-rect-assert-first-layer-special.html
@@ -6,7 +6,7 @@
RenderGeometryMap::pushMappingsToAncestor takes the slow bath (which doesn't push
the RenderView */
html {
- -webkit-transform: scale(1.1);
+ transform: scale(1.1);
}
</style>
<script src="../../../resources/js-test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698