mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Tests/LibWeb: Import some legacy unforgable related WPT tests
This commit is contained in:
committed by
Jelle Raaijmakers
parent
8ea37c4de4
commit
b557e77cf1
Notes:
github-actions[bot]
2026-01-08 11:58:29 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/b557e77cf1e Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7350 Reviewed-by: https://github.com/gmta ✅
@@ -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>
|
||||
Reference in New Issue
Block a user