Ticket #4236: target_blank.html

File target_blank.html, 400 bytes (added by humitos, 11 years ago)

Testcase with target="_blank" on a <a> and <form>

Line 
1<html>
2
3<head>
4</head>
5
6<body>
7<a target="_blank" href="http://google.com">Go to Google.com</a>
8
9<form id="tntdispatcher" class="form" target="_blank" method="get" action="http://nolp.dhl.de/nextt-online-public/set_identcodes.do">
10<input type="hidden" value="en" name="lang" />
11<input type="hidden" value="350043001668" name="idc" />
12<input type="submit" value="Buscar" />
13</form>
14
15
16</body>
17
18</html>