Tests/LibWeb: Move existing XHR Text tests in under the XHR folder
This commit is contained in:
parent
3d86e16407
commit
e3f5bbcbbe
Notes:
sideshowbarker
2024-07-16 23:54:15 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/e3f5bbcbbe Pull-request: https://github.com/SerenityOS/serenity/pull/22084
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
Reference in a new issue