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

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

Issue 2897193003: DevTools: Fix up CSSMetadata for 2017 (Closed)
Patch Set: Created 3 years, 7 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 05cd6c7f774336f84101c399122874721986f030..e3c611392ef3b5f40d9fe4b0a11c9dba22bad741 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-css-expected.txt
@@ -28,7 +28,7 @@ Running: testPropertyValueAutocomplete1
.red { border-style: |
/* some other words to mess up */
======= Autocomplete Suggestions =======
-[dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
+[dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid, unset]
Running: testPropertyValueAutocomplete2
========= Selection In Editor =========
@@ -48,18 +48,18 @@ Running: testPropertyValueAutocomplete4
========= Selection In Editor =========
.red { border-style/* comment */: /* comment */|
======= Autocomplete Suggestions =======
-[dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
+[dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid, unset]
Running: testPropertyValueAutocomplete5
========= Selection In Editor =========
.my-class { -webkit-border: 1px solid black; -webkit-color: blue;
text-align: |}
======= Autocomplete Suggestions =======
-[-webkit-auto, -webkit-center, -webkit-left, -webkit-right, center, end, inherit, initial, justify, left, right, start]
+[-webkit-auto, -webkit-center, -webkit-left, -webkit-match-parent, -webkit-right, center, end, inherit, initial, justify, left, right, start, unset]
Running: verifySuggestionsOnColumnTypedIn
.green {
display|
Suggestions displayed on ':' symbol typed in:
-[-webkit-box, -webkit-inline-box, block, contents, flex, flow-root, 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, flow-root, grid, inherit, initial, inline, inline-block, inline-flex, inline-grid, inline-table, list-item, none, table, table-caption, table-cell, table-column, table-column-group, table-footer-group, table-header-group, table-row, table-row-group, unset]

Powered by Google App Engine
This is Rietveld 408576698