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

Unified Diff: LayoutTests/compositing/repaint/should-not-repaint-composited-transform.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/repaint/should-not-repaint-composited-transform.html
diff --git a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html b/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
index 58986347cba8cf1ad5ca296b235d661f0aaf2f94..579adcc96a20b2d03f7f85c27cbf0b3052d5fd1b 100644
--- a/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
+++ b/LayoutTests/compositing/repaint/should-not-repaint-composited-transform.html
@@ -4,7 +4,7 @@
width: 100px;
height: 100px;
border: solid 1px black;
- -webkit-transform:translate3D(0, 0, 0);
+ transform:translate3D(0, 0, 0);
}
</style>
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
« no previous file with comments | « LayoutTests/compositing/repaint/same-size-invalidation.html ('k') | LayoutTests/compositing/repaint/shrink-layer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698