File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ final class GenericIssueErrorTypeEnum
15
15
public const FORM_LABEL_FOR_NAME_ERROR = 'FormLabelForNameError ' ;
16
16
public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError ' ;
17
17
public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError ' ;
18
+ public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError ' ;
18
19
}
Original file line number Diff line number Diff line change 1537
1537
"CrossOriginPortalPostMessageError",
1538
1538
"FormLabelForNameError",
1539
1539
"FormDuplicateIdForInputError",
1540
- "FormInputWithNoLabelError"
1540
+ "FormInputWithNoLabelError",
1541
+ "FormAutocompleteAttributeEmptyError"
1541
1542
]
1542
1543
},
1543
1544
{
Original file line number Diff line number Diff line change 1
- 81f16d085068927d528f9421fe9b2934 protocol.json
1
+ a253c4a39777dd8840503f2a633ed525 protocol.json
You can’t perform that action at this time.
0 commit comments