Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android'
- Manifest: dom/base/test/chrome.toml
<!DOCTYPE HTML>
<html>
<head>
<title>Test for Principal in MessageManager</title>
</head>
<body>
<script type="application/javascript">
"use strict";
Cu.evalInSandbox('var u = URL.createObjectURL(new Blob(["text"], { type: "text/plain" }));', sb);
Cu.nukeSandbox(sb);
Cu.forceCC();
ok(true, "are we leaking blobs?");
</script>
</body>
</html>