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

Unified Diff: LayoutTests/fast/transforms/transformed-caret.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-caret.html
diff --git a/LayoutTests/fast/transforms/transformed-caret.html b/LayoutTests/fast/transforms/transformed-caret.html
index 769a5674950f680e11e492f32af4851bb35c77bb..34c51a4aa75243f4aff33b2f7bd559e4fa016236 100644
--- a/LayoutTests/fast/transforms/transformed-caret.html
+++ b/LayoutTests/fast/transforms/transformed-caret.html
@@ -12,7 +12,7 @@
margin: 80px;
border: 1px solid black;
font-size: 60pt;
- -webkit-transform: rotate(30deg);
+ transform: rotate(30deg);
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « LayoutTests/fast/transforms/transform-table-row.html ('k') | LayoutTests/fast/transforms/transformed-focused-text-input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698