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

Unified Diff: LayoutTests/inspector/timeline/tracing/decode-resize.html

Issue 396803008: Remove some of timeline experiments (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 5 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/timeline/tracing/decode-resize.html
diff --git a/LayoutTests/inspector/timeline/tracing/decode-resize.html b/LayoutTests/inspector/timeline/tracing/decode-resize.html
index 65471677a29c100197799b5225aad5847e28484e..10414e129691da2d2ddfd09c43a58c409e9ff137 100644
--- a/LayoutTests/inspector/timeline/tracing/decode-resize.html
+++ b/LayoutTests/inspector/timeline/tracing/decode-resize.html
@@ -57,7 +57,7 @@ function test()
{
var imageCount = 0;
- InspectorTest.invokeWithTracing("-*,devtools,disabled-by-default-devtools.timeline*", "showImages", onTracingComplete);
+ InspectorTest.invokeWithTracing("showImages", onTracingComplete);
function onTracingComplete()
{
var events = InspectorTest.tracingTimelineModel.inspectedTargetEvents();

Powered by Google App Engine
This is Rietveld 408576698