diff --git a/toolkit/content/tests/widgets/Makefile.in b/toolkit/content/tests/widgets/Makefile.in index f2c2c2a7b2b..0036e9b7e31 100644 --- a/toolkit/content/tests/widgets/Makefile.in +++ b/toolkit/content/tests/widgets/Makefile.in @@ -55,6 +55,13 @@ MOCHITEST_FILES += test_menubar.xul \ window_menubar.xul endif +# popup anchor tests don't work on android. +ifneq (android,$(MOZ_WIDGET_TOOLKIT)) +MOCHITEST_FILES += \ + test_popupanchor.xul \ + $(NULL) +endif + libs:: $(_CHROME_FILES) $(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/chrome/$(relativesrcdir)/../chrome diff --git a/toolkit/content/tests/widgets/test_popupanchor.xul b/toolkit/content/tests/widgets/test_popupanchor.xul new file mode 100644 index 00000000000..1712302904e --- /dev/null +++ b/toolkit/content/tests/widgets/test_popupanchor.xul @@ -0,0 +1,359 @@ + + + + + + + Popup Popup Tests + + + + + + + + + + +
+

The anchor --> v <--

+
+ + + + +