mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
476 B
HTML
17 lines
476 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Scrolling by pages with fixed-pos headers and footers</title>
|
||
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
||
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<p id="display"></p>
|
||
|
<script class="testbody">
|
||
|
SimpleTest.waitForExplicitFinish();
|
||
|
window.open("./page_scroll_with_fixed_pos_window.html", "", "width=600,height=600");
|
||
|
</script>
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|