mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
tests: remove useless test file
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<script>
|
||||
(async function() {
|
||||
const response = await fetch(new Request('https://httpbin.io/json'));
|
||||
if (response.ok) {
|
||||
document.firstElementChild.appendChild(document.createTextNode(response.ok+"\n"));
|
||||
const body = await response.text();
|
||||
document.firstElementChild.appendChild(document.createTextNode("body:"+body+"\n"));
|
||||
}
|
||||
}());
|
||||
</script>
|
||||
Reference in New Issue
Block a user