summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/browser/browser_promise_userInteractionHandling.html
blob: 72f8ef3ee1550b35f2195bc8dd68dfc0070463e3 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Test UserInteractionHandling propagation</title>
</head>
<body>
<button id="button">Meow</button>
</body>
</html>