| Index: content/test/data/accessibility/aria-pressed.html
|
| diff --git a/content/test/data/accessibility/aria-pressed.html b/content/test/data/accessibility/aria-pressed.html
|
| index 6c60d846f6e1e5641138c2ac432a1af42cf13775..9aae8d023f84da22332314aea6e850fe5ecda907 100644
|
| --- a/content/test/data/accessibility/aria-pressed.html
|
| +++ b/content/test/data/accessibility/aria-pressed.html
|
| @@ -1,4 +1,4 @@
|
| -<!doctype html>
|
| +<!DOCTYPE html>
|
| <!--
|
| @WIN-DENY:name*
|
| @WIN-ALLOW:PRESSED
|
| @@ -10,8 +10,8 @@
|
| <html>
|
| <body>
|
| <div tabindex=0 role="button">Regular button</div>
|
| -<div tabindex=0 role="button" aria-pressed="false">Toggle button unpressed</div>
|
| -<div tabindex=0 role="button" aria-pressed="true">Toggle button pressed</div>
|
| -<div tabindex=0 role="button" aria-pressed="mixed">Toggle button mixed</div>
|
| +<div tabindex=1 role="button" aria-pressed="false">Toggle button unpressed</div>
|
| +<div tabindex=2 role="button" aria-pressed="true">Toggle button pressed</div>
|
| +<div tabindex=3 role="button" aria-pressed="mixed">Toggle button mixed</div>
|
| </body>
|
| </html>
|
|
|