blob: aea30ce897f556baa9176270885d3fd80bbd1231 [file] [log] [blame]
<html>
<head>
<title>Check that a regular page can't create e.g. a WebUI popup</title>
<script>
function test() {
window.open("chrome://settings");
}
</script>
</head>
<body onload="test()">
pop-up test page
</body>
</html>