qutebrowser/tests/end2end/data/hints/iframe_scroll.html
2016-08-11 11:47:55 +02:00

12 lines
238 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Scrolling inside an iframe</title>
</head>
<body>
<iframe style="margin: 50px;" src="/data/scroll/simple.html"></iframe>
</body>
</html>