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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt

Issue 2542073002: DevTools: [Persistence] validate persistence binding. (Closed)
Patch Set: rebaseline tests 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-sync-content-nodejs-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
index b42f80190171f6b71756edc6d7090fc8f13c4e70..d63e67dfbbd42f57de00b66009ab32da391a058b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-sync-content-nodejs-expected.txt
@@ -40,7 +40,6 @@ Network:
(function (exports, require, module, __filename, __dirname) {
var express = require("express");
- network();
workingCopy1();
//TODO
});
@@ -49,7 +48,6 @@ FileSystem:
#!/usr/bin/env node
var express = require("express");
- network();
workingCopy1();
//TODO
@@ -76,7 +74,6 @@ Network:
(function (exports, require, module, __filename, __dirname) {
var express = require("express");
- filesystem();
workingCopy2();
//TODO
});
@@ -85,7 +82,6 @@ FileSystem:
#!/usr/bin/env node
var express = require("express");
- filesystem();
workingCopy2();
//TODO

Powered by Google App Engine
This is Rietveld 408576698