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 @@ -17,4 +17,5 @@ final class GenericIssueErrorTypeEnum
1717 public const FORM_INPUT_WITH_NO_LABEL_ERROR = 'FormInputWithNoLabelError ' ;
1818 public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError ' ;
1919 public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError ' ;
20+ public const FORM_ARIA_LABELLED_BY_TO_NON_EXISTING_ID = 'FormAriaLabelledByToNonExistingId ' ;
2021}
Original file line number Diff line number Diff line change 15391539 "FormDuplicateIdForInputError",
15401540 "FormInputWithNoLabelError",
15411541 "FormAutocompleteAttributeEmptyError",
1542- "FormEmptyIdAndNameAttributesForInputError"
1542+ "FormEmptyIdAndNameAttributesForInputError",
1543+ "FormAriaLabelledByToNonExistingId"
15431544 ]
15441545 },
15451546 {
Original file line number Diff line number Diff line change 1- 4deb6c46eb371effaf6df1ff13a310c4 protocol.json
1+ 4f85ecf47b0850e282a38d70499cceaf protocol.json
You can’t perform that action at this time.
0 commit comments