trisquel-icecat/icecat/testing/web-platform/tests/fenced-frame/resources/unfenced-top-target.html
2025-10-06 02:35:48 -06:00

14 lines
No EOL
294 B
HTML

<!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>