mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Tests/LibWeb: Import the main set of URLPattern WPT tests
This commit is contained in:
parent
b08903b39b
commit
f32cf33dee
Notes:
github-actions[bot]
2025-03-26 21:01:11 +00:00
Author: https://github.com/shannonbooth
Commit: f32cf33dee
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4043
5 changed files with 3517 additions and 0 deletions
|
@ -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>
|
||||
<script src="resources/urlpatterntests.js"></script>
|
||||
<div id=log></div>
|
||||
<script src="../urlpattern/urlpattern.any.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue