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
Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
popup_blocker
/
popup-windowfeatures.html
blob
bc1b78218bb52041b004e2521a6abcec15b3a436
1
<html>
2
<head>
3
<meta
name
=
"referrer"
content
=
"origin"
/>
4
<title>
5
Check that window features are correctly set when opening a blocked popup
6
</title>
7
<script>
8
function
test
() {
9
window
.
open
(
"check-windowfeatures.html"
,
""
,
"locationbar=off"
);
10
}
11
</script>
12
</head>
13
<body
onload
=
"test()"
>
14
pop-up test page
15
</body>
16
</html>