From 92880c5d046a85f34a40954d39a12b98433f53e3 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Mon, 8 May 2023 15:22:21 +0200 Subject: [PATCH] test --- .../samples/a11y-autocomplete-valid/warnings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 } } ]