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:
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>
|
<script>
|
||||||
asyncTest((done) => {
|
asyncTest((done) => {
|
||||||
const xhr = new XMLHttpRequest();
|
const xhr = new XMLHttpRequest();
|
|
@ -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();
|
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue