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

Unified Diff: LayoutTests/compositing/rubberbanding/transform-overhang-w.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/rubberbanding/transform-overhang-w.html
diff --git a/LayoutTests/compositing/rubberbanding/transform-overhang-w.html b/LayoutTests/compositing/rubberbanding/transform-overhang-w.html
index cdc843fa4ff30f645deec6403923ddc98b121bab..7e233508d77fecf704abb9383c948c040296200a 100644
--- a/LayoutTests/compositing/rubberbanding/transform-overhang-w.html
+++ b/LayoutTests/compositing/rubberbanding/transform-overhang-w.html
@@ -2,7 +2,7 @@
<head><title>Test rubber banding overhang drawing in compositing path</title></head>
<body>
<div style="height:30px; background-color:black; width:100%">
-<b style="-webkit-transform:translateZ(0); position:absolute"></b>
+<b style="transform:translateZ(0); position:absolute"></b>
</div>
<div id="info">This test requires DRT.</div>

Powered by Google App Engine
This is Rietveld 408576698