Tests/LibWeb: Import the main set of URLPattern WPT tests

This commit is contained in:
Shannon Booth 2025-03-17 01:16:38 +13:00 committed by Tim Flynn
commit f32cf33dee
Notes: github-actions[bot] 2025-03-26 21:01:11 +00:00
5 changed files with 3517 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>
<script src="resources/urlpatterntests.js"></script>
<div id=log></div>
<script src="../urlpattern/urlpattern.any.js"></script>