summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/constrained_files/openclose_main.html
blob: ab29af81cb79509949797e8b56763ef0bef8f770 (plain)
1
2
3
4
5
6
7
8
9
<html>
<head>
<title>Main</title>
</head>

<body onClick="window.open('openclose_one.html', 'mywindow', 'status=0,toolbar=0');">
<h1>Click me</h1>
</body>
</html>