Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Errors

  • This test gets skipped with pattern: os == 'android' OR os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan OR os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug OR os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt
  • This test failed 25 times in the preceding 30 days. quicksearch this test
  • Manifest: toolkit/content/tests/chrome/chrome.toml
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://mochikit/content/tests/SimpleTest/test.css" type="text/css"?>
<window title="Menu Button Popup Tests"
onload="setTimeout(runTest, 0);"
<script>
SimpleTest.waitForExplicitFinish();
function runTest()
{
window.openDialog("window_popup_anchoratrect.xhtml", "_blank", "chrome,width=200,height=200,noopener", window);
}
</script>
<p id="display">
</p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
</body>
</window>