repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not announce robot account token before account ID is available
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
popup_blocker
/
popup-webui.html
blob
aea30ce897f556baa9176270885d3fd80bbd1231
1
<html>
2
<head>
3
<title>
Check that a regular page can't create e.g. a WebUI popup
</title>
4
<script>
5
function
test
() {
6
window
.
open
(
"chrome://settings"
);
7
}
8
</script>
9
</head>
10
<body
onload
=
"test()"
>
11
pop-up test page
12
</body>
13
</html>