Files
Emilio Cobos Álvarez deb01f2848 Bug 2064683 - Remove CHROME_SCROLLBARS. r=dom-core-reviewers,sthompson,smaug,firefox-desktop-core-reviewers ,layout-reviewers,mkennedy,mossop,dshin,robwu,dholbert
Content can't set it anymore (CHROME_MINIMAL_POPUP includes the bit).

We only override it for the gfx sanity check, but that doesn't need it
(it doesn't overflow anyway).

Differential Revision: https://phabricator.services.mozilla.com/D319752
2026-08-21 04:39:20 +00:00

40 lines
999 B
HTML

<?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"?>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=360511.xul
-->
<window title="Mozilla Bug 360511"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js">
</script>
<body xmlns="http://www.w3.org/1999/xhtml">
<a target="_blank"
href="https://bugzilla.mozilla.org/show_bug.cgi?id=360511">
Mozilla Bug 360511</a>
<p id="display"></p>
<div id="content" style="display: none">
</div>
<pre id="test">
</pre>
</body>
<script class="testbody" type="application/javascript">
<![CDATA[
/** Test for Bug 360511 */
SimpleTest.waitForExplicitFinish();
window.openDialog("bug360511_window.xhtml", "bug360511",
"chrome,scrollbars,width=600,height=600,noopener", window);
]]>
</script>
</window>