diff options
Diffstat (limited to 'devtools/client/shared/sourceeditor/test/head.xhtml')
-rw-r--r-- | devtools/client/shared/sourceeditor/test/head.xhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devtools/client/shared/sourceeditor/test/head.xhtml b/devtools/client/shared/sourceeditor/test/head.xhtml new file mode 100644 index 0000000000..4e0fe90812 --- /dev/null +++ b/devtools/client/shared/sourceeditor/test/head.xhtml @@ -0,0 +1,5 @@ +<?xml version='1.0'?> +<?xml-stylesheet href='chrome://global/skin/global.css'?> +<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' title='Editor' width='600' height='500'> +<box flex='1'/> +</window> |