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
This commit is contained in:
Matt A. Tobin 2020-04-17 06:09:37 -04:00 committed by Roy Tam
commit 84d3b44b86
4 changed files with 35 additions and 12 deletions

View file

@ -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