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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt

Issue 2418813005: DevTools: [Persistence] implement automapping (Closed)
Patch Set: address comments Created 4 years, 2 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/automapping-sane-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..73ec25be7562a9ae1e58a7d9a40247aff79f08cf
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/automapping-sane-expected.txt
@@ -0,0 +1,29 @@
+Verify that automapping is sane.
+
+Binding created: {
+ network: http://example.com
+ fileSystem: file:///var/www/index.html
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/path/foo.js
+ fileSystem: file:///var/www/scripts/foo.js
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/bar.css?12341234
+ fileSystem: file:///var/www/styles/bar.css
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/elements/module.json
+ fileSystem: file:///var/www/modules/elements/module.json
+ exactMatch: true
+}
+Binding created: {
+ network: http://example.com/sources/module.json
+ fileSystem: file:///var/www/modules/sources/module.json
+ exactMatch: true
+}
+Mapping has stabilized.
+

Powered by Google App Engine
This is Rietveld 408576698