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 @@ -18,4 +18,5 @@ final class GenericIssueErrorTypeEnum
18
18
public const FORM_AUTOCOMPLETE_ATTRIBUTE_EMPTY_ERROR = 'FormAutocompleteAttributeEmptyError ' ;
19
19
public const FORM_EMPTY_ID_AND_NAME_ATTRIBUTES_FOR_INPUT_ERROR = 'FormEmptyIdAndNameAttributesForInputError ' ;
20
20
public const FORM_ARIA_LABELLED_BY_TO_NON_EXISTING_ID = 'FormAriaLabelledByToNonExistingId ' ;
21
+ public const FORM_INPUT_ASSIGNED_AUTOCOMPLETE_VALUE_TO_ID_OR_NAME_ATTRIBUTE_ERROR = 'FormInputAssignedAutocompleteValueToIdOrNameAttributeError ' ;
21
22
}
Original file line number Diff line number Diff line change 1540
1540
"FormInputWithNoLabelError",
1541
1541
"FormAutocompleteAttributeEmptyError",
1542
1542
"FormEmptyIdAndNameAttributesForInputError",
1543
- "FormAriaLabelledByToNonExistingId"
1543
+ "FormAriaLabelledByToNonExistingId",
1544
+ "FormInputAssignedAutocompleteValueToIdOrNameAttributeError"
1544
1545
]
1545
1546
},
1546
1547
{
Original file line number Diff line number Diff line change 1
- 4f85ecf47b0850e282a38d70499cceaf protocol.json
1
+ d462590376dda042709c9ffa3f9e9e71 protocol.json
You can’t perform that action at this time.
0 commit comments