gecko/layout/base/tests/test_scrolling.html

21 lines
623 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>Test calculation of blitting and repaint rects for scrolling</title>
<script type="application/javascript" src="/MochiKit/packed.js"></script>
<script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
<script type="application/javascript">
SimpleTest.waitForExplicitFinish();
window.open("scrolling_helper.html", "", "width=620,height=320");
</script>
</pre>
</body>
</html>