| <!DOCTYPE HTML> | |
| <script src="../resources/testharness.js"></script> | |
| <script src="../resources/testharnessreport.js"></script> | |
| <script> | |
| test(function(t) | |
| { | |
| accessibilityController.focusedElement.showMenu(); | |
| }, "showing the context menu on the document element should not crash"); | |
| </script> | |
| <script> | |
| </script> |