mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8383498b71
--HG-- extra : rebase_source : ab2ce1c1a77c42b0ea319cfe4aa0da89395cd632
21 lines
623 B
HTML
21 lines
623 B
HTML
<!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>
|