Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / autocomplete-scss-expected.txt
blob3b9a865e29474a5fd1a3f294c71f676b8c821004
1 The test verifies autocomplete suggestions for SCSS file.
4 Running: testPropertyValueSuggestions
5 ========= Selection In Editor =========
6 @mixin my-border-style($style) {
7     border-style: |$;
9 ======= Autocomplete Suggestions =======
10 [dashed, dotted, double, groove, hidden, inherit, initial, inset, none, outset, ridge, solid]
11 ========= Selection In Editor =========
12 @mixin my-border-style($style) {
13     border-style: $|;
15 ======= Autocomplete Suggestions =======
16 [$style]