gecko/layout/reftests/svg/inline-in-xul-basic-01.xul
Daniel Holbert 783f0d51f8 (No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
Filetypes changed: .cpp .gif .h .html .list .png .svg .x-ccmap .xbl .xhtml .xul
2008-07-11 11:54:06 -07:00

13 lines
393 B
XML

<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/licenses/publicdomain/
-->
<!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=364732 -->
<box xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" flex="1">
<svg xmlns="http://www.w3.org/2000/svg">
<rect fill="lime" width="100%" height="100%"/>
</svg>
</box>