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

Unified Diff: third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt

Issue 2349343002: DevTools: introduce persistence/ module (Closed)
Patch Set: simplify test Created 4 years, 3 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/inspector/workspace-mapping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt b/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
index 3616fb7880d527b343269ec175c622bf95eeb217..487230e91801b4f4fc50812787ec5a0edebaa61a 100644
--- a/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt
@@ -1,18 +1,9 @@
Tests workspace mappings
- url http://www.example.com/index.html is not mapped.
- url http://localhost/index.html is mapped.
- url http://localhost/foo/index.html is mapped.
- url https://localhost/index.html is not mapped.
-
- url http://www.example.com/index.html is mapped to null
- url http://localhost/index.html is mapped to file:///var/www/localhost/index.html
- url http://localhost/foo/index.html is mapped to null
- url https://localhost/index.html is mapped to null
-
- path file:///home/example.com / foo/index.html is mapped to null
- path file:///home/example.com / index.html is mapped to null
- path file:///var/www / localhost/index.html is mapped to http://localhost/index.html
- path file:///var/www / localhost/foo/index.html is mapped to http://localhost/foo/index.html
- path file:///home/foo / index.html is mapped to null
+uiSourceCode for url http://www.example.com/index.html: EXISTS
+uiSourceCode for url http://localhost/index.html: EXISTS
+uiSourceCode for url http://localhost/foo/index.html: EXISTS
+uiSourceCode for url https://localhost/index.html: EXISTS
+uiSourceCode for url file:///var/www/localhost/index.html: EXISTS
+uiSourceCode for url file:///var/www/localhost/index2.html: null
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/workspace-mapping.html ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698