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

Unified Diff: LayoutTests/fast/repaint/caret-with-transformation.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/caret-with-transformation.html
diff --git a/LayoutTests/fast/repaint/caret-with-transformation.html b/LayoutTests/fast/repaint/caret-with-transformation.html
index a3efeda9a87e39735e17d8eac5cf2ca3df1e390e..62cea0ba342f4afda28ff4ff2651332764b6fcc8 100644
--- a/LayoutTests/fast/repaint/caret-with-transformation.html
+++ b/LayoutTests/fast/repaint/caret-with-transformation.html
@@ -7,7 +7,7 @@ function repaintTest() {
</script>
<html>
<body onload="runRepaintTest();">
-<div contenteditable="true" style="-webkit-transform:rotate(30deg)translate(100px,200px)">
+<div contenteditable="true" style="transform:rotate(30deg)translate(100px,200px)">
<div id="div">This test verifies caret repaint is correctly transformed.</div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698