Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="utils.js"></script>
<body>
<script>
promise_test(async (t) => {
assert_true(true);
}, "Assert that unfenced top navigation succeeded.");
</script>
</body>