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

Unified Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects.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.html
diff --git a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
index c40a6f5dda2aee52e7b8bd7694ee7d46deb627fe..e2f94c5a876dd9f15bc3d41c8b2e0d74ed3509b2 100644
--- a/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
+++ b/LayoutTests/fast/events/touch/compositor-touch-hit-rects.html
@@ -20,11 +20,11 @@
left: 400px;
}
#translateChild {
- -webkit-transform: translate(300px, 2px);
+ transform: translate(300px, 2px);
}
#tests > #transform2d {
margin: 10px 32px;
- -webkit-transform: scale(1.2) rotate(1grad);
+ transform: scale(1.2) rotate(1grad);
}
#overhangingContainer {
height: 10px;
@@ -53,11 +53,11 @@
top: 0px;
}
#transform3dChild {
- -webkit-transform: rotate3d(0.2, 1, 0, 50grad);
+ transform: rotate3d(0.2, 1, 0, 50grad);
}
#list > li {
/* Move the list item over to make sure it doesn't overlap with the list itself */
- -webkit-transform: translate(300px, 0);
+ transform: translate(300px, 0);
}
svg {
width: 100px;
« no previous file with comments | « LayoutTests/fast/events/offsetX-offsetY.html ('k') | LayoutTests/fast/events/touch/compositor-touch-hit-rects-iframes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698