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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html

Issue 2784733002: DevTools: prepare tests for Persistence2.0 release (Closed)
Patch Set: address comments + three special tests Created 3 years, 9 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: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html
index 12bc769c4d88526bc3698678c9159b6253d209c9..142f145efa8e2c40926ce310582d7a8faf330c11 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-switch-editor-tab.html
@@ -9,6 +9,7 @@
function test()
{
+ var testMapping = InspectorTest.initializeTestMapping();
InspectorTest.runTestSuite([
function openNetworkTab(next)
{
@@ -26,9 +27,9 @@ function test()
function addMapping(next)
{
var fs = new InspectorTest.TestFileSystem("file:///var/www");
- fs.addFileMapping("http://127.0.0.1:8000", "/");
InspectorTest.addFooJSFile(fs);
fs.reportCreated(function() { });
+ testMapping.addBinding("foo.js");
InspectorTest.waitForBinding("foo.js").then(onBindingCreated);
function onBindingCreated()

Powered by Google App Engine
This is Rietveld 408576698