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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css.map

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/resources/style.css.map
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css.map b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css.map
new file mode 100644
index 0000000000000000000000000000000000000000..d185eece7630f6fc4a440baba84bb8e61485b684
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css.map
@@ -0,0 +1,8 @@
+{
+"version": 3,
+"mappings": "AAAA,IAAK;EACD,KAAK,EAAE,IAAI",
+"sources": ["style.scss"],
+"sourcesContent": ["html {\n color: blue;\n}\n"],
+"names": [],
+"file": "style.css"
+}

Powered by Google App Engine
This is Rietveld 408576698