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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt

Issue 2443693003: Add parsing support for display: contents, and minimum behavior similar to display: none (Closed)
Patch Set: Add parsing support for display: contents, and minimum behavior similar to display: none Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 The test verifies autocomplete suggestions for CSS file. 1 The test verifies autocomplete suggestions for CSS file.
2 2
3 3
4 Running: testClassNameAutocomplete 4 Running: testClassNameAutocomplete
5 ========= Selection In Editor ========= 5 ========= Selection In Editor =========
6 .red { color: red } 6 .red { color: red }
7 .blue { color: blue } 7 .blue { color: blue }
8 .| 8 .|
9 ======= Autocomplete Suggestions ======= 9 ======= Autocomplete Suggestions =======
10 [.red, .blue] 10 [.red, .blue]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 ========= Selection In Editor ========= 54 ========= Selection In Editor =========
55 .my-class { -webkit-border: 1px solid black; -webkit-color: blue; 55 .my-class { -webkit-border: 1px solid black; -webkit-color: blue;
56 text-align: |} 56 text-align: |}
57 ======= Autocomplete Suggestions ======= 57 ======= Autocomplete Suggestions =======
58 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit , initial, justify, left, right, start] 58 [-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit , initial, justify, left, right, start]
59 59
60 Running: verifySuggestionsOnColumnTypedIn 60 Running: verifySuggestionsOnColumnTypedIn
61 .green { 61 .green {
62 display| 62 display|
63 Suggestions displayed on ':' symbol typed in: 63 Suggestions displayed on ':' symbol typed in:
64 [-webkit-box, -webkit-inline-box, block, flex, grid, inherit, initial, inline, i nline-block, inline-flex, inline-grid, inline-table, list-item, none, run-in, ta ble, table-caption, table-cell, table-column, table-column-group, table-footer-g roup, table-header-group, table-row, table-row-group] 64 [-webkit-box, -webkit-inline-box, block, contents, flex, grid, inherit, initial, inline, inline-block, inline-flex, inline-grid, inline-table, list-item, none, run-in, table, table-caption, table-cell, table-column, table-column-group, tabl e-footer-group, table-header-group, table-row, table-row-group]
65 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698