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

Unified Diff: LayoutTests/inspector/tracing-session-id.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/tracing-session-id.html
diff --git a/LayoutTests/inspector/tracing-session-id.html b/LayoutTests/inspector/tracing-session-id.html
index a6a227ee333404bd634721750227cbc66ee45fd9..e33612688abbcbad44d76e71e98482389d8686ac 100644
--- a/LayoutTests/inspector/tracing-session-id.html
+++ b/LayoutTests/inspector/tracing-session-id.html
@@ -35,7 +35,7 @@ function test()
</script>
<body onload="runTestAfterDisplay()">
-<p style="-webkit-transform: translateZ(10px)"> <!-- Force compositing so we have SetLayerTreeHostId event as well -->
+<p style="transform: translateZ(10px)"> <!-- Force compositing so we have SetLayerTreeHostId event as well -->
Tests that Tracing agent returns a session id upon a start that is matching one issued in trace events.
</p>
</body>
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-layer-tree-snapshot.html ('k') | LayoutTests/inspector/tracing/update-layer-tree.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698