Tests/LibWeb: Move existing Fetch tests in under the Fetch folder

This commit is contained in:
Kenneth Myhra 2024-07-22 14:01:35 +02:00 committed by Andreas Kling
parent b8fa572c67
commit 92f6336fe8
Notes: github-actions[bot] 2024-07-23 07:03:29 +00:00
6 changed files with 3 additions and 3 deletions

View File

@ -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();

View File

@ -1,4 +1,4 @@
<script src="include.js"></script>
<script src="../include.js"></script>
<script>
test(() => {
const data = ["<h1>Well hello friends!</h1>"];

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<script src="include.js"></script>
<script src="../include.js"></script>
<script>
asyncTest(async done => {
try {