serenity/Base/res/html/misc/blank-no-doctype.html
Luke 08221139a5 test-web: Add ability to change page mid-test
This allows you to not have to write a separate test file
for the same thing but in a different situation.

This doesn't handle when you change the page with location.href
however.

Changes the name of the page load handlers to prevent confusion
with this.
2020-07-25 12:35:15 +02:00

8 lines
66 B
HTML

<html>
<head>
<title>Blank</title>
</head>
<body>
</body>
</html>