-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
712 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...ngine/test/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-fail-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="30" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
{ | ||
"ruleId": "meta_redirect_optional", | ||
"value": [ | ||
"INFORMATION", | ||
"FAIL" | ||
], | ||
"path": { | ||
"dom": "/html[1]/head[1]/meta[1]", | ||
"aria": "/document[1]" | ||
}, | ||
"reasonId": "fail", | ||
"message": "Check page does not automatically refresh without warning or options", | ||
"messageArgs": [], | ||
"apiArgs": [], | ||
"category": "Accessibility" | ||
} | ||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
34 changes: 34 additions & 0 deletions
34
...ngine/test/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-fail-2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="72001; URL='https://w3.org'" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
{ | ||
"ruleId": "meta_redirect_optional", | ||
"value": [ | ||
"INFORMATION", | ||
"FAIL" | ||
], | ||
"path": { | ||
"dom": "/html[1]/head[1]/meta[1]", | ||
"aria": "/document[1]" | ||
}, | ||
"reasonId": "fail_longrefresh", | ||
"message": "Check page does not automatically refresh without warning or options", | ||
"messageArgs": [], | ||
"apiArgs": [], | ||
"category": "Accessibility" | ||
} | ||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
35 changes: 35 additions & 0 deletions
35
...ngine/test/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-fail-3.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0: https://w3.org" /> | ||
<meta http-equiv="refresh" content="72001; https://w3.org" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
{ | ||
"ruleId": "meta_redirect_optional", | ||
"value": [ | ||
"INFORMATION", | ||
"FAIL" | ||
], | ||
"path": { | ||
"dom": "/html[1]/head[1]/meta[2]", | ||
"aria": "/document[1]" | ||
}, | ||
"reasonId": "fail_longrefresh", | ||
"message": "Check page does not automatically refresh without warning or options", | ||
"messageArgs": [], | ||
"apiArgs": [], | ||
"category": "Accessibility" | ||
} | ||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-1.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-2.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta content="72001" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-3.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="0: http://example.com" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-4.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="-00.12 foo" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-5.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="; 72001" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
19 changes: 19 additions & 0 deletions
19
...t/v2/checker/accessibility/rules/meta_redirect_optional_ruleunit/act-inappplicable-6.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="refresh" content="" /> | ||
</head> | ||
<body data-new-gr-c-s-check-loaded="14.1192.0" data-gr-ext-installed=""> | ||
<img src="/WAI/content-assets/wcag-act-rules/test-assets/shared/w3c-logo.png" alt="" aria-labelledby="label"> <span hidden="" id="label">W3C logo</span> | ||
|
||
<script> | ||
UnitTest = { | ||
ruleIds: ["meta_redirect_optional"], | ||
results: [ | ||
|
||
] | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.