diff --git a/test/validator/samples/a11y-autocomplete-valid/warnings.json b/test/validator/samples/a11y-autocomplete-valid/warnings.json
index 7878ef543c..470cfff1fb 100644
--- a/test/validator/samples/a11y-autocomplete-valid/warnings.json
+++ b/test/validator/samples/a11y-autocomplete-valid/warnings.json
@@ -3,36 +3,36 @@
"code": "a11y-autocomplete-valid",
"end": {
"column": 31,
- "line": 24
+ "line": 25
},
"message": "A11y: The value 'true' is not supported by the attribute 'autocomplete' on element ",
"start": {
"column": 19,
- "line": 24
+ "line": 25
}
},
{
"code": "a11y-autocomplete-valid",
"end": {
"column": 43,
- "line": 25
+ "line": 26
},
"message": "A11y: The value 'incorrect' is not supported by the attribute 'autocomplete' on element ",
"start": {
"column": 19,
- "line": 25
+ "line": 26
}
},
{
"code": "a11y-autocomplete-valid",
"end": {
"column": 42,
- "line": 26
+ "line": 27
},
"message": "A11y: The value 'webauthn' is not supported by the attribute 'autocomplete' on element ",
"start": {
"column": 19,
- "line": 26
+ "line": 27
}
}
]