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

Unified Diff: LayoutTests/compositing/plugins/invalidate_rect.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/compositing/plugins/invalidate_rect.html
diff --git a/LayoutTests/compositing/plugins/invalidate_rect.html b/LayoutTests/compositing/plugins/invalidate_rect.html
index a9f6ea26f33b42b1c7d99e66e6927941cb4a993a..d8d246280d5230c4142c931b1ff46922e6d19c54 100644
--- a/LayoutTests/compositing/plugins/invalidate_rect.html
+++ b/LayoutTests/compositing/plugins/invalidate_rect.html
@@ -5,7 +5,7 @@
<style type="text/css">
#transform {
- -webkit-transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
+ transform: rotateZ(0deg) rotateX(0deg) rotateY(0deg);
}
</style>
« no previous file with comments | « LayoutTests/compositing/perpendicular-layer-sorting.html ('k') | LayoutTests/compositing/preserve-3d-toggle.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698