Sign in
chromium
/
chromium
/
src
/
69b378ee1
/
.
/
chrome
/
test
/
data
/
click_modifier
/
href.html
blob: b462cee74a608cd502551796179132a14ff93479 [
file
] [
log
] [
blame
]
<html>
<head>
<title>
First window
</title>
</head>
<body>
<a href="data:text/html,
<title>
New window!
</title>
" +
"this is the new window">
<textarea
rows
=
"80"
cols
=
"160"
>
big click target
</textarea>
</a>
</body>
</html>