diff options
Diffstat (limited to 'accessible/tests/mochitest/role/chrome_body_role_alert.xhtml')
-rw-r--r-- | accessible/tests/mochitest/role/chrome_body_role_alert.xhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accessible/tests/mochitest/role/chrome_body_role_alert.xhtml b/accessible/tests/mochitest/role/chrome_body_role_alert.xhtml new file mode 100644 index 0000000000..29ff10fb01 --- /dev/null +++ b/accessible/tests/mochitest/role/chrome_body_role_alert.xhtml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> + <body role="alert"> + </body> +</html> |