| 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();
|
| }
|
| },
|
|
|