mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
Tests/LibWeb: Move existing XHR Text tests in under the XHR folder
This commit is contained in:
parent
3d86e16407
commit
e3f5bbcbbe
6 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
asyncTest((done) => {
|
||||
const xhr = new XMLHttpRequest();
|
|
@ -1,4 +1,4 @@
|
|||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
asyncTest((done) => {
|
||||
const xhr = new XMLHttpRequest();
|
|
@ -1,4 +1,4 @@
|
|||
<script src="include.js"></script>
|
||||
<script src="../include.js"></script>
|
||||
<script>
|
||||
asyncTest((done) => {
|
||||
const xhr = new XMLHttpRequest();
|
Loading…
Add table
Add a link
Reference in a new issue