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

Unified Diff: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.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/layers/tracing-layer-tree.html ('k') | LayoutTests/inspector/tracing-session-id.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
diff --git a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
index 82ee9c3c8557a05dc3d6072ea7f585ed49456d8c..69a460f29e65d6bab8c0f15e85a6a044944c6922 100644
--- a/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
+++ b/LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html
@@ -7,7 +7,7 @@
.layer {
width: 100px;
height: 100px;
- -webkit-transform: translateZ(10px);
+ transform: translateZ(10px);
}
</style>
<script>
« no previous file with comments | « LayoutTests/inspector/layers/tracing-layer-tree.html ('k') | LayoutTests/inspector/tracing-session-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698