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

Unified Diff: LayoutTests/inspector/layers/layer-canvas-log.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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/inspector/layers/layer-canvas-log.html
diff --git a/LayoutTests/inspector/layers/layer-canvas-log.html b/LayoutTests/inspector/layers/layer-canvas-log.html
index 59467ed94dbd06fe288c3e9824fdeeaac8746712..f3596cb6e4a0e267c15b8a31be706eac18afca52 100644
--- a/LayoutTests/inspector/layers/layer-canvas-log.html
+++ b/LayoutTests/inspector/layers/layer-canvas-log.html
@@ -29,7 +29,7 @@ function test()
</script>
</head>
<body onload="runTest()">
-<div id="a" style="-webkit-transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
+<div id="a" style="transform: translateZ(0px); background-color:blue; width:100px; height:100px;">
<div style="width:50px; height:50px; background-color:red;"></div>
<img src="../timeline/resources/test.png">
<svg>

Powered by Google App Engine
This is Rietveld 408576698