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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.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/compositor-touch-hit-rects-non-composited-scroll.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html
index 1026e37f729ef3a096d964838c298b1670ecb200..d19c39ab05feb1c26f82445717189516af0ae423 100644
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects-non-composited-scroll.html
@@ -70,7 +70,7 @@ This test verifies the hit test regions given to the compositor specifically aro
</div>
<div id="scroll6" class="scroll" style="margin-bottom: 10px">
<div style='height: 10px;'></div>
- <div id="compositedLayer" style="-webkit-transform: translateZ(0)">
+ <div id="compositedLayer" style="transform: translateZ(0)">
<div style='height: 10px;'></div>
<div class="testcase" id="divInsideCompositedLayer">div in composited</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698