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

Unified Diff: ManualTests/canvas-mask-redraw.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: ManualTests/canvas-mask-redraw.html
diff --git a/ManualTests/canvas-mask-redraw.html b/ManualTests/canvas-mask-redraw.html
index f166b3ace80814e01af0c5aa37cc9eb7aa559357..315ede28cdf5c14261627a1087c0366a2383c977 100644
--- a/ManualTests/canvas-mask-redraw.html
+++ b/ManualTests/canvas-mask-redraw.html
@@ -13,7 +13,7 @@
}
.masked {
-/* -webkit-transform: rotate(10deg);*/
+/* transform: rotate(10deg);*/
-webkit-mask: -webkit-canvas(canvas1);
}
</style>
« no previous file with comments | « ManualTests/autocorrection/autocorrection-in-iframe.html ('k') | ManualTests/compositing/assert-on-tab-switch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698