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

Unified Diff: LayoutTests/inspector/tracing/update-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
« no previous file with comments | « LayoutTests/inspector/tracing-session-id.html ('k') | LayoutTests/media/audio-repaint.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/update-layer-tree.html
diff --git a/LayoutTests/inspector/tracing/update-layer-tree.html b/LayoutTests/inspector/tracing/update-layer-tree.html
index 27c8d770d9b6e32915a14b2d49be5f121ba0180f..6cca766a64d3e3978560b0e57291b5c23b26d521 100644
--- a/LayoutTests/inspector/tracing/update-layer-tree.html
+++ b/LayoutTests/inspector/tracing/update-layer-tree.html
@@ -5,7 +5,7 @@
position: absolute;
width: 20px;
height: 20px;
- -webkit-transform: translateZ(10px);
+ transform: translateZ(10px);
}
</style>
<script src="../../http/tests/inspector/inspector-test.js"></script>
« no previous file with comments | « LayoutTests/inspector/tracing-session-id.html ('k') | LayoutTests/media/audio-repaint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698