blob: 27fc4209f7138daaa0543c353bee2167f54e5fbb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Page with window.open()</title>
</head>
<body>
<button type="button" onclick="javascript:window.open('standalone-fail.htm')">Click here to call window.open() API</button>
</body>
</html>