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

Unified Diff: LayoutTests/fast/canvas/webgl/canvas-2d-webgl-texture.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/canvas/webgl/canvas-2d-webgl-texture.html
diff --git a/LayoutTests/fast/canvas/webgl/canvas-2d-webgl-texture.html b/LayoutTests/fast/canvas/webgl/canvas-2d-webgl-texture.html
index 69385d745bd826df6fdccf3b28a111f746709696..fad7cfb54b0f21318339b3d8e734d87125477c61 100644
--- a/LayoutTests/fast/canvas/webgl/canvas-2d-webgl-texture.html
+++ b/LayoutTests/fast/canvas/webgl/canvas-2d-webgl-texture.html
@@ -73,6 +73,6 @@ window.onload = function()
<div id="description"></div>
<div id="console"></div>
<canvas id="webgl-canvas" width="32px" height="32px"></canvas>
-<canvas id="canvas-2d" style="-webkit-transform: translateZ(0);"></canvas>
+<canvas id="canvas-2d" style="transform: translateZ(0);"></canvas>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/canvas/transformed-canvas-reset.html ('k') | LayoutTests/fast/clip/overflow-border-radius-composited.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698