Chromium Code Reviews| 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 75% |
| 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..b5b65a42ff3d974333d447c88d96bc58d47240ab 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< ------ |
| @@ -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 { |
|
dgozman
2016/05/26 19:37:43
Let's have a test with this selector inside html.
lushnikov
2016/05/26 19:44:58
Done.
|
| + 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> |
| + |