UNPKG

ui5-test-runner

Version:
12 lines 237 B
<!DOCTYPE html> <html> <body> <H1>basic</H1> <p>Checks if the browser can load a page</p> <script> const xhr = new XMLHttpRequest() xhr.open('POST', '/_/log') xhr.send('{}') </script> </body> </html>