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

Unified Diff: LayoutTests/fast/gradients/background-clipped.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/gradients/background-clipped.html
diff --git a/LayoutTests/fast/gradients/background-clipped.html b/LayoutTests/fast/gradients/background-clipped.html
index 50fec6ea695a5a2c95fdb60bbe153272a4544f01..3bd313edbf9b124b2609dbe7ad7d02234dfb6349 100644
--- a/LayoutTests/fast/gradients/background-clipped.html
+++ b/LayoutTests/fast/gradients/background-clipped.html
@@ -8,7 +8,7 @@
-webkit-background-size: 66% 66%;
}
</style>
- <div style="-webkit-transform: rotate(45deg);"></div>
+ <div style="transform: rotate(45deg);"></div>
<div style="margin-top: 50px; margin-left: -50px;"></div>
<div style="margin-top: -210px; margin-left: auto; margin-right: -50px;">
</div>
« no previous file with comments | « LayoutTests/fast/frames/iframe-scaling-with-scroll.html ('k') | LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698