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

Unified Diff: LayoutTests/fast/transforms/transform-on-inline.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/transform-on-inline.html
diff --git a/LayoutTests/fast/transforms/transform-on-inline.html b/LayoutTests/fast/transforms/transform-on-inline.html
index 413bcfd97fc831027eccfa5ca961f8eb682d3651..eefdaecba1860eeedd67a199a009db9a13fae73f 100644
--- a/LayoutTests/fast/transforms/transform-on-inline.html
+++ b/LayoutTests/fast/transforms/transform-on-inline.html
@@ -6,7 +6,7 @@
}
.transformed {
- -webkit-transform: rotate(10deg);
+ transform: rotate(10deg);
}
</style>
</head>
« no previous file with comments | « LayoutTests/fast/transforms/transform-inside-overflow-scroll.html ('k') | LayoutTests/fast/transforms/transform-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698