ui5-test-runner
Version:
Standalone test runner for UI5
11 lines • 357 B
HTML
<html>
<body>
<H1>basic</H1>
<p>Checks if the browser can load sequentially scripts inserted with document.write</p>
<script>
document.write('<script src="test.js?x-wait-time=1000"><' + '/script>'); // wait 1s before delivering
document.write('<script src="post.js"><' + '/script>');
</script>
</body>
</html>