| Index: third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt
|
| index 528f9f6bdd79d1426215b5162ae9c3de4c9c65d8..bfcea6aa225a1260725897baeab483fa8989b7f9 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt
|
| @@ -2,6 +2,29 @@ PASS
|
|
|
| Tests the CSS highlight in sources after the Pretty print formatting.
|
|
|
| -Formatted line numbers of rules that were not used:
|
| -5,6,7,9,10,11,12,18,19,20,22,23,24
|
| +0: + body {
|
| +1: + background-color: lightblue;
|
| +2: * }
|
| +3: -
|
| +4: - .class {
|
| +5: - color: red;
|
| +6: - }
|
| +7: -
|
| +8: - .class2 {
|
| +9: - color: green;
|
| +10: - font-style: italic;
|
| +11: - }
|
| +12: -
|
| +13: * #id {
|
| +14: + color: blue
|
| +15: * }
|
| +16: -
|
| +17: - notUsed {
|
| +18: - color: black
|
| +19: - }
|
| +20: -
|
| +21: - notUsed2 {
|
| +22: - color: white
|
| +23: - }
|
| +24:
|
|
|
|
|