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

Unified Diff: LayoutTests/fast/transforms/transformed-focused-text-input.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/transforms/transformed-focused-text-input.html
diff --git a/LayoutTests/fast/transforms/transformed-focused-text-input.html b/LayoutTests/fast/transforms/transformed-focused-text-input.html
index 5694164d5f11c804d24f72aedcc2680220240475..287bbcc8a7dc6e594bcb05135e5b14ceeb264d5f 100644
--- a/LayoutTests/fast/transforms/transformed-focused-text-input.html
+++ b/LayoutTests/fast/transforms/transformed-focused-text-input.html
@@ -3,7 +3,7 @@
<style type="text/css">
div {
-webkit-transform-origin: top left;
- -webkit-transform: rotate(10deg);
+ transform: rotate(10deg);
}
</style>
« no previous file with comments | « LayoutTests/fast/transforms/transformed-caret.html ('k') | LayoutTests/fast/transforms/transforms-with-opacity.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698