| Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-filesystem-uisourcecode.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-network-uisourcecode.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-filesystem-uisourcecode.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-network-uisourcecode.html
|
| rename to third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-filesystem-uisourcecode.html
|
| index c12eb7448dca563dd187edff76754dda393e3d7e..8af4365a0563d2bb67b5e579b87f6687fb869231 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-network-uisourcecode.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-opens-filesystem-uisourcecode.html
|
| @@ -20,7 +20,7 @@ function test()
|
| InspectorTest.addResult("Binding created: " + binding);
|
| dumpEditorTabs("Opened tabs before opening any UISourceCodes:");
|
| InspectorTest.addResult("request open uiSourceCode: " + binding.fileSystem.url());
|
| - UI.panels.sources.showUISourceCode(binding.fileSystem, 0, 0);
|
| + UI.panels.sources.showUISourceCode(binding.network, 0, 0);
|
| dumpEditorTabs("Opened tabs after opening UISourceCode:");
|
| InspectorTest.completeTest();
|
| }
|
| @@ -38,6 +38,6 @@ function test()
|
| </script>
|
| </head>
|
| <body onload="runTest()">
|
| -<p>Verify that for a fileSystem UISourceCode with network binding TabbedEditorContainer opens network UISourceCode.</p>
|
| +<p>Verify that for a fileSystem UISourceCode with persistence binding TabbedEditorContainer opens filesystem UISourceCode.</p>
|
| </body>
|
| </html>
|
|
|