| 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>
|
|
|