| Index: content/test/data/accessibility/aria-math.html
|
| diff --git a/content/test/data/accessibility/aria-dialog.html b/content/test/data/accessibility/aria-math.html
|
| similarity index 56%
|
| copy from content/test/data/accessibility/aria-dialog.html
|
| copy to content/test/data/accessibility/aria-math.html
|
| index ee45c9bd0525ac1820bae92e5be0b436133152b7..3eb5a2501a5f9399c4a0be6f1f9d00258bd05313 100644
|
| --- a/content/test/data/accessibility/aria-dialog.html
|
| +++ b/content/test/data/accessibility/aria-math.html
|
| @@ -1,11 +1,11 @@
|
| -<!--
|
| -@MAC-ALLOW:AXRole*
|
| -@MAC-ALLOW:AXSubrole*
|
| -@WIN-ALLOW:xml-roles:*
|
| --->
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<body>
|
| - <div role="dialog">This is ARIA dialog.</div>
|
| -</body>
|
| -</html>
|
| +<!--
|
| +@MAC-ALLOW:AXRole*
|
| +@MAC-ALLOW:AXSubrole*
|
| +@WIN-ALLOW:xml-roles*
|
| +-->
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <div role="math">ARIA role math.</div>
|
| +</body>
|
| +</html>
|
|
|