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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-1-expected.txt

Issue 2023183002: DevTools: fix css pretty-print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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/inspector/sources/pretty-print-css-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-1-expected.txt
similarity index 71%
rename from third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt
rename to third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-1-expected.txt
index fb73de31a8b49c3bef2cb3e391f2fa61be79d622..8d97e4c99456e5badf4cee79610869b74901bf37 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/pretty-print-css-1-expected.txt
@@ -9,6 +9,8 @@ a {
}
------ >8 ======
+Correct mapping for <pre-comment>
+Correct mapping for <post-comment>
Running: testComplexCSS
====== 8< ------
@@ -54,7 +56,7 @@ badbraces {
}
@media screen {
- a {
+ a.b {
color: red;
text-decoration: none
}
@@ -73,3 +75,22 @@ Correct mapping for <div>
Correct mapping for <color>
Correct mapping for <red>
+Running: testComplexSelector
+====== 8< ------
+a.b.c:hover,.d.e.f.g::before,h.i {
+ color: red;
+}
+
+------ >8 ======
+Correct mapping for <a>
+Correct mapping for <.b>
+Correct mapping for <.c>
+Correct mapping for <.d>
+Correct mapping for <.e>
+Correct mapping for <.f>
+Correct mapping for <.g>
+Correct mapping for <h>
+Correct mapping for <.i>
+Correct mapping for <color>
+Correct mapping for <red>
+

Powered by Google App Engine
This is Rietveld 408576698