mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
23 lines
679 B
HTML
23 lines
679 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>nsIDOMWindowUtils::nodesFromRect test - bug 489127</title>
|
|
<script type="text/javascript" src="/MochiKit/packed.js"></script>
|
|
<script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css">
|
|
<script type="application/javascript">
|
|
SimpleTest.waitForExplicitFinish();
|
|
function done() {
|
|
testwindow.close();
|
|
SimpleTest.finish();
|
|
}
|
|
var testwindow = window.open("489127.html", '_new', 'width=600,height=400');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p id="display"></p>
|
|
<div id="content" style="display: none">
|
|
</body>
|
|
</html>
|
|
|