зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
616 B
HTML
22 строки
616 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Large Menu Tests</title>
|
|
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
|
|
<link rel="stylesheet" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
|
|
<script>
|
|
SimpleTest.waitForExplicitFinish();
|
|
function runTest() {
|
|
window.openDialog("window_largemenu.xhtml", "_blank", "chrome,width=200,height=200,noopener", window);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="setTimeout(runTest, 0);">
|
|
<p id="display"></p>
|
|
<div id="content" style="display: none"></div>
|
|
<pre id="test">
|
|
</pre>
|
|
</body>
|
|
</html>
|