Tests/LibWeb: Import some legacy unforgable related WPT tests

This commit is contained in:
Shannon Booth
2026-01-06 16:48:03 +01:00
committed by Jelle Raaijmakers
parent 8ea37c4de4
commit b557e77cf1
Notes: github-actions[bot] 2026-01-08 11:58:29 +00:00
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!doctype html>
<meta charset=utf-8>
<script>
self.GLOBAL = {
isWindow: function() { return true; },
isWorker: function() { return false; },
isShadowRealm: function() { return false; },
};
</script>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<div id=log></div>
<script src="../../dom/events/Event-isTrusted.any.js"></script>