64d4c9f83e
This renames tests/integration to tests/end2end and moves some files to tests/end2end/fixtures.
12 lines
231 B
HTML
12 lines
231 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.html"></iframe>
|
|
</body>
|
|
</html>
|