summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_010.htm
blob: d4e81bb966de77c69547c49590dd69913fc556f3 (plain)
1
2
3
4
5
6
7
8
9
<!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>