mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
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:
parent
e9181fcfd6
commit
b5d20538ef
Notes:
github-actions[bot]
2025-02-08 12:21:46 +00:00
Author: https://github.com/shannonbooth
Commit: b5d20538ef
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3499
2 changed files with 9 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue