gecko/layout/generic/test/test_page_scroll_with_fixed_pos.html
2012-08-09 23:17:40 +12:00

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>