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
/
click_modifier
/
window_open.html
blob
f70ddfdbeb5f475f7662638b6bcf620d0478b6e0
1
<html>
2
<head>
3
<title>
First window
</title>
4
<script>
5
function
test
() {
6
window
.
open
(
"data:text/html,<title>New window!</title>"
+
7
"this is the new window"
);
8
}
9
</script>
10
</head>
11
<body
onclick
=
"test()"
>
12
click modifier test page
13
</body>
14
</html>
15