Chromium Code Reviews| Index: content/test/data/accessibility/aria/aria-modal.html |
| diff --git a/content/test/data/accessibility/aria/aria-modal.html b/content/test/data/accessibility/aria/aria-modal.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..47f45da272128d3deee00c8e14b0ad4e72721204 |
| --- /dev/null |
| +++ b/content/test/data/accessibility/aria/aria-modal.html |
| @@ -0,0 +1,12 @@ |
| +<!-- |
| +@WIN-ALLOW:xml-roles:* |
| +@WIN-ALLOW:IA2_STATE_MODAL |
| +@BLINK-ALLOW:modal* |
| +--> |
| +<!DOCTYPE html> |
| +<html> |
| +<body> |
| + <div role="dialog">Nonmodal</div> |
| + <div role="dialog" aria-modal="true">Modal</div> |
|
aboxhall
2017/02/08 02:35:18
The ED has some advice about implementing this for
dmazzoni
2017/02/09 18:22:42
Isn't that what we do already with <dialog>?
I do
aboxhall
2017/02/10 03:05:08
Agreed that that's a bit big for this change. Yeah
|
| +</body> |
| +</html> |