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

Unified Diff: LayoutTests/inspector/layers/tracing-layer-tree.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/inspector/layers/tracing-layer-tree.html
diff --git a/LayoutTests/inspector/layers/tracing-layer-tree.html b/LayoutTests/inspector/layers/tracing-layer-tree.html
index 0f13435a09268f0229a76ca3f88572925fe1ecb2..b90e11223fd91e03111cf915c5c10b24e2e45003 100644
--- a/LayoutTests/inspector/layers/tracing-layer-tree.html
+++ b/LayoutTests/inspector/layers/tracing-layer-tree.html
@@ -13,7 +13,7 @@ function doActions(callback)
// Make sure to force commit, otherwise some owner nodes will be missing.
var style = document.createElement("style");
- style.textContent = ".layer { -webkit-transform: translateZ(10px); opacity: 0.8; }";
+ style.textContent = ".layer { transform: translateZ(10px); opacity: 0.8; }";
document.head.appendChild(style);
if (!window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698