Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Errors
- This test gets skipped with pattern: asan OR ccov OR opt OR tsan OR xorigin
- This test failed 25 times in the preceding 30 days. quicksearch this test
- Manifest: dom/origin-trials/tests/mochitest/mochitest.toml
<!doctype html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="common.js"></script>
<script>
assertTestTrialActive(true);
</script>