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

Unified Diff: LayoutTests/inspector/elements/styles/resources/style-with-spaces-in-sourceURL.css

Issue 656453002: DevTools: [SSP] show links for matched styles with spaces in source URL (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: LayoutTests/inspector/elements/styles/resources/style-with-spaces-in-sourceURL.css
diff --git a/LayoutTests/inspector/elements/styles/resources/style-with-spaces-in-sourceURL.css b/LayoutTests/inspector/elements/styles/resources/style-with-spaces-in-sourceURL.css
new file mode 100644
index 0000000000000000000000000000000000000000..9da1293aad6bcd67ec0e4f3b690308accae59650
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles/resources/style-with-spaces-in-sourceURL.css
@@ -0,0 +1,5 @@
+#inspected {
+ background-color: blue;
+}
+
+/*# sourceURL=file://drive/path%20with%20spaces/style.css */

Powered by Google App Engine
This is Rietveld 408576698