Chromium Code Reviews| 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 |
| deleted file mode 100644 |
| index 3e042ee65ff1947e62fb13e1fe7df505b92b9789..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-inplace-formatter-expected.txt |
| +++ /dev/null |
| @@ -1,30 +0,0 @@ |
| -PASS |
| - |
| -Tests the CSS highlight in sources after the Pretty print formatting. |
| - |
| -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: - |
| - |