1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:47:45 +00:00

Tests/LibWeb: Move existing XHR Text tests in under the XHR folder

This commit is contained in:
Kenneth Myhra 2023-11-29 12:13:22 +01:00 committed by Andreas Kling
parent 3d86e16407
commit e3f5bbcbbe
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> <script>
asyncTest((done) => { asyncTest((done) => {
const xhr = new XMLHttpRequest(); const xhr = new XMLHttpRequest();

View file

@ -1,4 +1,4 @@
<script src="include.js"></script> <script src="../include.js"></script>
<script> <script>
asyncTest((done) => { asyncTest((done) => {
const xhr = new XMLHttpRequest(); const xhr = new XMLHttpRequest();

View file

@ -1,4 +1,4 @@
<script src="include.js"></script> <script src="../include.js"></script>
<script> <script>
asyncTest((done) => { asyncTest((done) => {
const xhr = new XMLHttpRequest(); const xhr = new XMLHttpRequest();