trisquel-icecat/icecat/testing/web-platform/tests/fenced-frame/resources/sandboxed-features-inner.sub.html
2025-10-06 02:35:48 -06:00

17 lines
No EOL
367 B
HTML

<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="utils.js"></script>
<script src="sandboxed-features.js"></script>
<body>
<script>
(async () => {
try {
await {{GET[test_func]}}();
} catch (e) {
writeValueToServer('{{GET[key]}}', e.message);
return;
}
writeValueToServer('{{GET[key]}}', 'done');
})()
</script>
</body>