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

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

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
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..be6e6df2dc98f8fb8490d7a3dceb29fc0578207e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/sources/resources/style.css
@@ -0,0 +1,4 @@
+html {
+ color: blue; }
+
+/*# sourceMappingURL=style.css.map */

Powered by Google App Engine
This is Rietveld 408576698