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

Unified Diff: LayoutTests/fast/transforms/hit-test-large-scale.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
« no previous file with comments | « LayoutTests/fast/transforms/diamond.html ('k') | LayoutTests/fast/transforms/identity-matrix.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/transforms/hit-test-large-scale.html
diff --git a/LayoutTests/fast/transforms/hit-test-large-scale.html b/LayoutTests/fast/transforms/hit-test-large-scale.html
index b3b3250642a61bd8334a6766555e6875df40e183..d7d2bd98dbdd42af080a6f146b1fc66b184a075b 100644
--- a/LayoutTests/fast/transforms/hit-test-large-scale.html
+++ b/LayoutTests/fast/transforms/hit-test-large-scale.html
@@ -20,7 +20,7 @@
width: 2px;
height: 2px;
margin: 10px;
- -webkit-transform: scale(60);
+ transform: scale(60);
-webkit-transform-origin: 0 0;
background-color: blue;
}
« no previous file with comments | « LayoutTests/fast/transforms/diamond.html ('k') | LayoutTests/fast/transforms/identity-matrix.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698