From 6ad6b0c64dcb786921d646999901bbee88633531 Mon Sep 17 00:00:00 2001 From: Daniel Holbert Date: Fri, 15 Feb 2019 22:00:23 +0000 Subject: [PATCH] Bug 1508420: Add mochitest for conditions that disqualify a frame from becoming a dynamic reflow root. r=dbaron Differential Revision: https://phabricator.services.mozilla.com/D14669 --HG-- extra : moz-landing-system : lando --- layout/generic/test/mochitest.ini | 1 + .../test_dynamic_reflow_root_disallowal.html | 638 ++++++++++++++++++ 2 files changed, 639 insertions(+) create mode 100644 layout/generic/test/test_dynamic_reflow_root_disallowal.html diff --git a/layout/generic/test/mochitest.ini b/layout/generic/test/mochitest.ini index ec4228487c5e..0db8e36f599e 100644 --- a/layout/generic/test/mochitest.ini +++ b/layout/generic/test/mochitest.ini @@ -102,6 +102,7 @@ support-files = file_bug1307853.html [test_bug1499961.html] [test_contained_plugin_transplant.html] skip-if = os=='win' +[test_dynamic_reflow_root_disallowal.html] [test_image_selection.html] [test_image_selection_2.html] [test_invalidate_during_plugin_paint.html] diff --git a/layout/generic/test/test_dynamic_reflow_root_disallowal.html b/layout/generic/test/test_dynamic_reflow_root_disallowal.html new file mode 100644 index 000000000000..3fa577a0c44f --- /dev/null +++ b/layout/generic/test/test_dynamic_reflow_root_disallowal.html @@ -0,0 +1,638 @@ + + + + + + + Test for Bug 1508420: Cases where a frame isn't allowed to be a dynamic + reflow root + + + + + + +Mozilla Bug 1508420 +

+ + +

+ + +