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

Unified Diff: LayoutTests/inspector-protocol/layers/paint-profiler.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-protocol/layers/paint-profiler.html
diff --git a/LayoutTests/inspector-protocol/layers/paint-profiler.html b/LayoutTests/inspector-protocol/layers/paint-profiler.html
index 49714ad2107cd8d1458531cc101d47d6f349799e..8d79b3cafb3df03987c39248e9f73171ae5ee458 100644
--- a/LayoutTests/inspector-protocol/layers/paint-profiler.html
+++ b/LayoutTests/inspector-protocol/layers/paint-profiler.html
@@ -8,7 +8,7 @@
width: 50px;
height: 50px;
background-color: blue;
- -webkit-transform: translateZ(10px);
+ transform: translateZ(10px);
}
</style>
<script type="application/x-javascript" src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698