File tree Expand file tree Collapse file tree
gen-src/ChromeDevtoolsProtocol/Model/Audits Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,4 +16,5 @@ final class GenericIssueErrorTypeEnum
1616 public const FORM_DUPLICATE_ID_FOR_INPUT_ERROR = 'FormDuplicateIdForInputError ' ;
1717 public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError ' ;
1818 public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError ' ;
19+ public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError ' ;
1920}
Original file line number Diff line number Diff line change 15381538 "FormLabelForNameError",
15391539 "FormDuplicateIdForInputError",
15401540 "FormInputWithNoLabelError",
1541- "FormAutocompleteAttributeEmptyError"
1541+ "FormAutocompleteAttributeEmptyError",
1542+ "FormEmptyIdAndNameAttributesForInputError"
15421543 ]
15431544 },
15441545 {
Original file line number Diff line number Diff line change 1- a253c4a39777dd8840503f2a633ed525 protocol.json
1+ f5b38979d43e892cc25dcdb59989558c protocol.json
You can’t perform that action at this time.
0 commit comments