mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
439 B
HTML
17 lines
439 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Embedded iframe</title>
|
|
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
</head>
|
|
<body onload="">
|
|
<p id="display"></p>
|
|
<h1>Top</h1>
|
|
<input id="input" style="display: block;">
|
|
<pre id="test">
|
|
<div id="content" style="height: 2000px;"></div>
|
|
<h1>Bottom</h1>
|
|
</body>
|
|
</html>
|