| Index: third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
|
| index 74e966b79f56a45741d7e9cdfc86aa65e03e55c6..e350ac9a8d53208937c86ced244bf518a7c47634 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-css-expected.txt
|
| @@ -4,7 +4,7 @@ Tests the coverage highlight in sources after the recording finishes.
|
|
|
| 0: + body {
|
| 1: + background-color: lightblue;
|
| -2: * }
|
| +2: + }
|
| 3: -
|
| 4: - .class {
|
| 5: - color: red;
|
| @@ -15,9 +15,9 @@ Tests the coverage highlight in sources after the recording finishes.
|
| 10: - font-style: italic;
|
| 11: - }
|
| 12: -
|
| -13: * #id {
|
| +13: + #id {
|
| 14: + color: blue
|
| -15: * }
|
| +15: + }
|
| 16: -
|
| 17: - notUsed {
|
| 18: - color: black
|
|
|