summaryrefslogtreecommitdiffstats
path: root/layout/reftests/details-summary
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-17 06:09:37 -0400
committerMatt A. Tobin <email@mattatobin.com>2020-04-17 06:09:37 -0400
commit53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b (patch)
tree7eda1d51e148d7dae5d02c143af323e78e4fe92f /layout/reftests/details-summary
parent0c99ad16fbb5c3b90ee140235159f9a0ee72397b (diff)
downloadUXP-53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b.tar
UXP-53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b.tar.gz
UXP-53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b.tar.lz
UXP-53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b.tar.xz
UXP-53428ad3f04ff1e01f0596ef0c592bdbe5fdd15b.zip
Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the element
* Use inFlowFrame to check the target frame is summary and its parent is details * Check summary frame instead of summary element on removing the summary Tag #1375
Diffstat (limited to 'layout/reftests/details-summary')
-rw-r--r--layout/reftests/details-summary/reftest.list4
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/details-summary/reftest.list b/layout/reftests/details-summary/reftest.list
index e96581ad4..a972cf498 100644
--- a/layout/reftests/details-summary/reftest.list
+++ b/layout/reftests/details-summary/reftest.list
@@ -101,3 +101,7 @@ fuzzy(1,1) == mouse-click-twice-float-details.html float-details.html # Bug 1316
== details-before.html single-summary.html
== open-details-after.html open-single-summary.html
== open-details-before.html open-single-summary.html
+
+# Move summary element
+== move-float-summary-to-different-details.html move-float-summary-to-different-details-ref.html
+== move-position-absolute-summary-to-different-details.html move-position-absolute-summary-to-different-details-ref.html