qutebrowser/tests/integration/data/hints/iframe_target.html
2016-03-16 21:47:58 +01:00

15 lines
335 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Opening links in a specific iframe</title>
</head>
<body>
<iframe id="my-iframe"></iframe>
<p>
A <a href="/data/hello.txt" target="my-iframe">link</a> to be opened in the iframe above.
</p>
</body>
</html>