fune/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html
Tooru Fujisawa a6a4623660 Bug 1789018 - Remove unused code from browser_promise_userInteractionHandling.html. r=yulia
The test is performed inside browser_promise_userInteractionHandling.js

Differential Revision: https://phabricator.services.mozilla.com/D156639
2022-09-08 01:52:40 +00:00

10 lines
178 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test UserInteractionHandling propagation</title>
</head>
<body>
<button id="button">Meow</button>
</body>
</html>