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

Unified Diff: LayoutTests/inspector/styles/dynamic-style-tag-expected.txt

Issue 16917007: DevTools: Trim stylesheet URLs in the Styles sidebar to 30 characters (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests rebaselined Created 7 years, 6 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/styles/dynamic-style-tag-expected.txt
diff --git a/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt b/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
index 0d89361add5c09777b7744d00af027d9a40628c1..52e9419491c93675211e91f3c8ef7d7b0fde6217 100644
--- a/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
+++ b/LayoutTests/inspector/styles/dynamic-style-tag-expected.txt
@@ -60,7 +60,7 @@ color: red;
======== Matched CSS Rules ========
[expanded]
-.inline-style-created-by-script-with-source-url { (inlineStyleCreatedByScript.css:1 -> inlineStyleCreatedByScript.css:1:1)
+.inline-style-created-by-script-with-source-url { (inlineStyleCrea…ByScript.css:1 -> inlineStyleCreatedByScript.css:1:1)
/-- overloaded --/ color: grey;
[expanded]
@@ -68,7 +68,7 @@ color: red;
/-- overloaded --/ color: orange;
[expanded]
-.inline-style-added-by-document-write-with-source-url { (inlineStyleAddedByDocumentWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1)
+.inline-style-added-by-document-write-with-source-url { (inlineStyleAdde…entWrite.css:2 -> inlineStyleAddedByDocumentWrite.css:2:1)
/-- overloaded --/ color: yellow;
[expanded]

Powered by Google App Engine
This is Rietveld 408576698