mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
Tests/LibWeb: Move existing Fetch tests in under the Fetch folder
This commit is contained in:
parent
b8fa572c67
commit
92f6336fe8
Notes:
github-actions[bot]
2024-07-23 07:03:29 +00:00
Author: https://github.com/kennethmyhra Commit: https://github.com/LadybirdBrowser/ladybird/commit/92f6336fe87 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/763
6 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script type="text/javascript">
|
||||
asyncTest(async done => {
|
||||
const body = new URLSearchParams();
|
|
@ -1,4 +1,4 @@
|
|||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
test(() => {
|
||||
const data = ["<h1>Well hello friends!</h1>"];
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
asyncTest(async done => {
|
||||
try {
|
Loading…
Add table
Reference in a new issue