fune/devtools/client/webconsole/test/browser/test-blank.html
Tom Schuster dde7219f71 Bug 1696756 - Log promise rejections from sandboxed code to the right window. r=smaug
I noticed this while working on my import patch. When the import fails the promise is rejected. Currently
that rejection just ends up somewhere in the Browser Console.

Differential Revision: https://phabricator.services.mozilla.com/D107374
2021-03-07 19:51:39 +00:00

10 lines
197 B
HTML

<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<!DOCTYPE html>
<html>
<head>
<title>Blank</title>
</head>
<body>
</body>
</html>