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
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>