diff options
Diffstat (limited to 'layout/reftests/bugs/560455-1-ref.xul')
-rw-r--r-- | layout/reftests/bugs/560455-1-ref.xul | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/560455-1-ref.xul b/layout/reftests/bugs/560455-1-ref.xul new file mode 100644 index 000000000..cbe253fe3 --- /dev/null +++ b/layout/reftests/bugs/560455-1-ref.xul @@ -0,0 +1,9 @@ +<?xml version="1.0"?> + +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + +<hbox style="display: block"> + <button style="-moz-binding: none; width: 0; display: block; + overflow: hidden; padding: 10px; border: 1px solid black; ">Correct</button> +</hbox> +</window> |