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

Unified Diff: LayoutTests/fast/repaint/transform-relative-position.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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-relative-position.html
diff --git a/LayoutTests/fast/repaint/transform-relative-position.html b/LayoutTests/fast/repaint/transform-relative-position.html
index b89fdbc732310b0730f1486e9709715ac14bc0e9..b87bfb8c0321710dc6c5e710ff2f2e887144b3b3 100644
--- a/LayoutTests/fast/repaint/transform-relative-position.html
+++ b/LayoutTests/fast/repaint/transform-relative-position.html
@@ -12,11 +12,11 @@
width: 200px;
background-color: #CCC;
border: 1px solid black;
- -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
}
#box.rotated {
- -webkit-transform: rotate(45deg);
+ transform: rotate(45deg);
}
</style>
<script src="resources/text-based-repaint.js" type="text/javascript" charset="utf-8"></script>

Powered by Google App Engine
This is Rietveld 408576698