diff --git a/gfx/layers/apz/test/mochitest/helper_hittest_clipped_fixed_modal.html b/gfx/layers/apz/test/mochitest/helper_hittest_clipped_fixed_modal.html new file mode 100644 index 000000000000..cab32ddff33b --- /dev/null +++ b/gfx/layers/apz/test/mochitest/helper_hittest_clipped_fixed_modal.html @@ -0,0 +1,84 @@ + + + + Hit-testing on content covered by a fullscreen fixed-position item clipped away + + + + + + + +
+
+ Filler to make the content div scrollable +
+
+ + + + diff --git a/gfx/layers/apz/test/mochitest/test_group_hittest.html b/gfx/layers/apz/test/mochitest/test_group_hittest.html index e37e4e4fd811..ed44bf236503 100644 --- a/gfx/layers/apz/test/mochitest/test_group_hittest.html +++ b/gfx/layers/apz/test/mochitest/test_group_hittest.html @@ -36,6 +36,7 @@ var subtests = [ {"file": "helper_hittest_touchaction.html", "prefs": prefs}, {"file": "helper_hittest_nested_transforms_bug1459696.html", "prefs": prefs}, {"file": "helper_hittest_sticky_bug1478304.html", "prefs": prefs}, + {"file": "helper_hittest_clipped_fixed_modal.html", "prefs": prefs}, ]; if (isApzEnabled()) {