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

Unified 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, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
index 7c1b9bae346435235c569aee74db5e5ac1ae9eeb..592c682eedc4c95c980429d8e14040cc1392d5de 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
@@ -61,5 +61,5 @@ Running: verifySuggestionsOnColumnTypedIn
.green {
display|
Suggestions displayed on ':' symbol typed in:
-[-webkit-box, -webkit-inline-box, block, 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, table-footer-group, table-header-group, table-row, table-row-group]
+[-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, table-footer-group, table-header-group, table-row, table-row-group]

Powered by Google App Engine
This is Rietveld 408576698