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

Unified Diff: LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL-expected.txt

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
Index: LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL-expected.txt
diff --git a/LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL-expected.txt b/LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..04c68d4336721186ad833fe8150d0d141bffa9ba
--- /dev/null
+++ b/LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL-expected.txt
@@ -0,0 +1,15 @@
+Verifies that links for URLs with spaces displayed properly for matched styles.
+
+[expanded]
+element.style { ()
+
+[expanded]
+#inspected { (style.css:1 -> style.css:1:1)
+background-color: blue;
+
+[expanded]
+div { (user agent stylesheet)
+display: block;
+
+
+
« no previous file with comments | « LayoutTests/inspector/elements/styles/styles-with-spaces-in-sourceURL.html ('k') | LayoutTests/inspector/parsed-url.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698