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

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: rebaseline 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
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 */
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698