| Index: content/test/data/accessibility/aria/aria-current.html
|
| diff --git a/content/test/data/accessibility/aria/aria-current.html b/content/test/data/accessibility/aria/aria-current.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ea0eb34752d02da3400b4899df80689ce9f89333
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/aria/aria-current.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<!--
|
| +@WIN-ALLOW:current:*
|
| +-->
|
| +<html>
|
| +<body>
|
| + <a href="#section1">Section one</a>
|
| + <a href="#section2">Section two</a>
|
| + <a href="#section3" aria-current="location">Section three</a>
|
| + <br>
|
| + <h1 id="section1">Section one heading</h1>
|
| + <h1 id="section2">Section two heading</h1>
|
| + <h1 id="section3">Section three heading</h1>
|
| +</body>
|
| +</html>
|
|
|