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
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"> <script type="text/javascript">
asyncTest(async done => { asyncTest(async done => {
const body = new URLSearchParams(); const body = new URLSearchParams();

View file

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

View file

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