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

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

Issue 2012953002: DevTools: fix css pretty-print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 74%
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 71413eb5596fa121541942d274be2d8e284ba713..1996d1041a0cee45b3542e6b05ed203e226a51e0 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< ------
@@ -57,7 +59,7 @@ Running: testFormatInlinedStyles
}
@media screen {
- a {
+ a.b {
color: red;
text-decoration: none
}
@@ -79,3 +81,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