| 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 294469febb932e2a1c03f8ec086020120cb92740..1c58f43e3734a9f9caa9495cffacabbd20420e36 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
|
| @@ -10,6 +10,7 @@
|
|
|
| function test()
|
| {
|
| + Runtime.experiments.enableForTest("persistence2");
|
| var sourcesNavigator = new WebInspector.SourcesNavigatorView();
|
| sourcesNavigator.show(WebInspector.inspectorView.element);
|
| var fs = new InspectorTest.TestFileSystem("file:///var/www");
|
|
|