Sign in
chromium
/
chromium
/
src
/
7f4c7ff6b0f0e74338c885b0d5e5ef80fed597c3
/
.
/
headless
/
test
/
data
/
window_open.html
blob: 46ce703a336447dcd69410dfc173c513ac7b2ee8 [
file
] [
log
] [
blame
]
<script>
window
.
open
(
""
,
""
,
"width=200,height=100"
);
</script>