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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html

Issue 2594883002: DevTools: [Persistence] introduce badged icons instead of checkmarks (Closed)
Patch Set: address comments Created 4 years 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: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
index b6eea63ae635b9ff2573c8a0803e2abfe6cc2ec4..844be7fe5ac980d3ab869e2a85bbeae24dbe67b8 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
@@ -31,7 +31,7 @@ function test()
function onUISourceCodesAdded()
{
- InspectorTest.dumpNavigatorView(sourcesNavigator);
+ InspectorTest.dumpNavigatorView(sourcesNavigator, true);
next();
}
},
@@ -43,7 +43,7 @@ function test()
function onBindingCreated(binding)
{
- InspectorTest.dumpNavigatorView(sourcesNavigator);
+ InspectorTest.dumpNavigatorView(sourcesNavigator, true);
next();
}
},
@@ -59,7 +59,7 @@ function test()
if (binding.network.name() !== "foo.js")
return
Persistence.persistence.removeEventListener(Persistence.Persistence.Events.BindingRemoved, onBindingRemoved);
- InspectorTest.dumpNavigatorView(sourcesNavigator);
+ InspectorTest.dumpNavigatorView(sourcesNavigator, true);
next();
}
},

Powered by Google App Engine
This is Rietveld 408576698