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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-metadata-expected.txt

Issue 2408203007: DevTools: teach network UISourceCodes to return metadata (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/sources/ui-source-code-metadata-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-metadata-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-metadata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..bd2e5e29b1bcb7221ab2e3d56d0cee1935496678
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/ui-source-code-metadata-expected.txt
@@ -0,0 +1,19 @@
+CONSOLE MESSAGE: line 1: Script loaded.
+Verify that network UISourceCode has metadata.
+
+
+Running: testCachedResource
+Metadata for UISourceCode: http://127.0.0.1:8000/inspector/sources/resources/style.css
+ content size: 63
+ modification time: <Date>
+
+Running: testDynamicResource
+Metadata for UISourceCode: http://127.0.0.1:8000/inspector/sources/resources/script.js
+ content size: 31
+ modification time: <Date>
+
+Running: testInlinedSourceMapSource
+Metadata for UISourceCode: http://127.0.0.1:8000/inspector/sources/resources/style.scss
+ content size: 26
+ modification time: null
+

Powered by Google App Engine
This is Rietveld 408576698