summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/508816-1.xul
diff options
context:
space:
mode:
Diffstat (limited to 'layout/generic/crashtests/508816-1.xul')
-rw-r--r--layout/generic/crashtests/508816-1.xul9
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 000000000..46543f563
--- /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>