Add shadow DOM tests

This commit is contained in:
Katrina Scialdone 2023-12-07 08:07:00 -07:00
parent bf949749d3
commit 5f92e2cc92
2 changed files with 1329 additions and 0 deletions

1328
test/core/shadowdom.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,7 @@
<script src="core/headers.js"></script>
<script src="core/regressions.js"></script>
<script src="core/security.js"></script>
<script src="core/shadowdom.js"></script>
<script src="core/perf.js"></script>
<script src="core/validation.js"></script>
<script src="core/tokenizer.js"></script>