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

Unified Diff: LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.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/squashing/resize-squashing-layer-that-needs-full-repaint.html
diff --git a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
index 58ee595919f8a7c050cdd24c0a142a99ad979ee2..155d4a18dbb8adbf742f15c5e2c054a81888fe5a 100644
--- a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
+++ b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html
@@ -2,7 +2,7 @@
<script src="../../fast/repaint/resources/text-based-repaint.js"></script>
<!-- The second two divs form a combined squashing layer. display:none'ing the first of them will resize the squashing layer. -->
-<div style="width: 500px; height: 500px; -webkit-transform: translateZ(0)"></div>
+<div style="width: 500px; height: 500px; transform: translateZ(0)"></div>
<div style="position: absolute; top: 55px; left: 55px; width: 500px; height: 500px; background-color: lightblue"></div>
<div id="to-be-removed" style="position: absolute; top: 0px; left: 0px; width: 50px; height: 50px; background-color: lightgray"></div>

Powered by Google App Engine
This is Rietveld 408576698