Tests/LibWeb: Add missing empty html document resource for test

Which was causing tests to fail in our WPT import.
This commit is contained in:
Shannon Booth
2025-02-08 12:21:58 +13:00
committed by Tim Flynn
parent e9181fcfd6
commit b5d20538ef
Notes: github-actions[bot] 2025-02-08 12:21:46 +00:00
2 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
<!DOCTYPE html>
<html>
<body>
</body>
</html>