mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4528bd7e5a
--HG-- rename : dom/tests/mochitest/general/489127.html => dom/tests/mochitest/chrome/489127.html rename : dom/tests/mochitest/general/test_nodesFromRect.html => dom/tests/mochitest/chrome/test_nodesFromRect.html
22 lines
659 B
HTML
22 lines
659 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>nsIDOMWindowUtils::nodesFromRect test - bug 489127</title>
|
|
<script type="text/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/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>
|
|
|