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

Unified Diff: LayoutTests/fast/transforms/diamond.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/diamond.html
diff --git a/LayoutTests/fast/transforms/diamond.html b/LayoutTests/fast/transforms/diamond.html
index 0762b067d1fce191caaa575640e0a707d9d4d880..88393ad8a924797c7d1fb9588c52c8f240c159f2 100644
--- a/LayoutTests/fast/transforms/diamond.html
+++ b/LayoutTests/fast/transforms/diamond.html
@@ -10,7 +10,7 @@ div {
}
.rotated {
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
}
</style>
<p>You should see three blocks below. The middle one should look like a diamond because it has been rotated 45 degrees.</p>
« no previous file with comments | « LayoutTests/fast/transforms/container-transform-crash.html ('k') | LayoutTests/fast/transforms/hit-test-large-scale.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698