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

Unified Diff: LayoutTests/fast/repaint/transform-rotate-and-remove.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/repaint/transform-rotate-and-remove.html
diff --git a/LayoutTests/fast/repaint/transform-rotate-and-remove.html b/LayoutTests/fast/repaint/transform-rotate-and-remove.html
index b8698ba7b1f343775bb790e08206a7cce577cb7a..a591ee4b12a493ad1c34939d8a8eb8016882a85c 100644
--- a/LayoutTests/fast/repaint/transform-rotate-and-remove.html
+++ b/LayoutTests/fast/repaint/transform-rotate-and-remove.html
@@ -6,7 +6,7 @@
</title>
<style>
.rotated {
- -webkit-transform:rotate(50deg);
+ transform:rotate(50deg);
}
</style>
<script src="resources/text-based-repaint.js" type="text/javascript"></script>
« no previous file with comments | « LayoutTests/fast/repaint/transform-replaced-shadows.html ('k') | LayoutTests/fast/repaint/transform-translate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698