Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: xorigin
- Manifest: dom/fs/test/mochitest/mochitest.toml
<!--
Any copyright is dedicated to the Public Domain.
-->
<html>
<head>
<title>File System Test</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
<script type="text/javascript" src="head.js"></script>
<script type="text/javascript">
add_task(async function worker() {
await run_test_in_worker("worker/test_writableFileStream_worker.js");
});
</script>
</head>
<body></body>
</html>