diff options
Diffstat (limited to 'js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html')
-rw-r--r-- | js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html b/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html new file mode 100644 index 0000000000..72f8ef3ee1 --- /dev/null +++ b/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<head> + <meta charset="utf-8"> + <title>Test UserInteractionHandling propagation</title> +</head> +<body> +<button id="button">Meow</button> +</body> +</html> |