diff options
Diffstat (limited to 'layout/generic/crashtests/508816-1.xul')
-rw-r--r-- | layout/generic/crashtests/508816-1.xul | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/generic/crashtests/508816-1.xul b/layout/generic/crashtests/508816-1.xul new file mode 100644 index 0000000000..46543f563c --- /dev/null +++ b/layout/generic/crashtests/508816-1.xul @@ -0,0 +1,9 @@ +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + style="direction: rtl"> + <scrollbox maxwidth="100" style="overflow: scroll;"> + <button label="One"/> + <button label="Two"/> + <button label="Three"/> + <button label="Four and the rest of the numbers go here"/> + </scrollbox> +</window> |