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

Unified Diff: LayoutTests/touchadjustment/rotated-node.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/touchadjustment/rotated-node.html
diff --git a/LayoutTests/touchadjustment/rotated-node.html b/LayoutTests/touchadjustment/rotated-node.html
index 1d2c6b4cf606796cae9e729d61262703dbf20cb8..72072bd35ea7baacf5997b9b34792ff3051b065d 100644
--- a/LayoutTests/touchadjustment/rotated-node.html
+++ b/LayoutTests/touchadjustment/rotated-node.html
@@ -15,7 +15,7 @@
}
#rotated {
-webkit-box-sizing: border-box;
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
border: 1px solid black;
height: 40px;
left: 10px;
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-css-transforms.svg ('k') | LayoutTests/transforms/2d/compound-2d-transforms.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698