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

Unified Diff: LayoutTests/fast/transforms/container-transform-crash.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/container-transform-crash.html
diff --git a/LayoutTests/fast/transforms/container-transform-crash.html b/LayoutTests/fast/transforms/container-transform-crash.html
index fad0c2880a688d238732e658a6658037a79086b5..9f0cf2d9ac42b3eeead5b486afee7ad0dd61d6f3 100644
--- a/LayoutTests/fast/transforms/container-transform-crash.html
+++ b/LayoutTests/fast/transforms/container-transform-crash.html
@@ -14,7 +14,7 @@
}
.container > a {
- -webkit-transform: rotate(20deg);
+ transform: rotate(20deg);
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698