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

Unified Diff: third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat-expected.txt

Issue 2865573003: DevTools: support live coverage (Closed)
Patch Set: minor polish on corner cases Created 3 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/coverage/reveal-autoformat-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat-expected.txt b/third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat-expected.txt
index dc0dfc3a2669f4aff57804c670a1320f36423887..22888774df42b14079a3031b3f040ba67223e01e 100644
--- a/third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat-expected.txt
@@ -6,9 +6,9 @@ The below should be formatted
0: - .this-line-needs-to-be-longer-than-five-hundred-symbols {
1: - }
2: -
-3: * body {
+3: + body {
4: + background-color: lightblue;
-5: * }
+5: + }
6: -
7: - .class {
8: - color: red;
@@ -19,9 +19,9 @@ The below should be formatted
13: - font-style: italic;
14: - }
15: -
-16: * #id {
+16: + #id {
17: + color: blue
-18: * }
+18: + }
19: -
20: - notUsed {
21: - color: black
@@ -41,7 +41,7 @@ The below should be formatted
The below should NOT be formatted
0: + body {
1: + background-color: lightblue;
-2: * }
+2: + }
3: -
4: - .class {
5: - color: red;
@@ -50,8 +50,8 @@ The below should NOT be formatted
8: - .class2 { color:green;font-style: italic;
9: - }
10: -
-11: * #id { color: blue
-12: * }
+11: + #id { color: blue
+12: + }
13: -
14: - notUsed {color: black}
15: -
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/coverage/reveal-autoformat.html ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698