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

Unified Diff: LayoutTests/transforms/2d/transform-fixed-container.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/transforms/2d/transform-fixed-container.html
diff --git a/LayoutTests/transforms/2d/transform-fixed-container.html b/LayoutTests/transforms/2d/transform-fixed-container.html
index 79818ccf5ae3d73bfd0ebde73ab347544e267f88..0a4f90aef1c7709af17cb29c966e3385349401c7 100644
--- a/LayoutTests/transforms/2d/transform-fixed-container.html
+++ b/LayoutTests/transforms/2d/transform-fixed-container.html
@@ -19,7 +19,7 @@
}
.transformed {
- -webkit-transform: rotate(0);
+ transform: rotate(0);
}
.indicator {
« no previous file with comments | « LayoutTests/transforms/2d/transform-borderbox.html ('k') | LayoutTests/transforms/2d/transform-origin-borderbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698