Bug 1716537 - Allow updating viewport dimensions on paginated subdocuments. r=mattwoodrow

As those don't have the same incremental reflow issues as root paginated
documents, and we do need this for remote iframes to update their
viewport.

Differential Revision: https://phabricator.services.mozilla.com/D119104
This commit is contained in:
Emilio Cobos Álvarez 2021-07-08 13:21:50 +00:00
Родитель c20d46fb7a
Коммит 0193e0b8c1
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -747,7 +747,7 @@ void nsSubDocumentFrame::Reflow(nsPresContext* aPresContext,
FinishAndStoreOverflow(&aDesiredSize);
if (!aPresContext->IsPaginated() && !mPostedReflowCallback) {
if (!aPresContext->IsRootPaginatedDocument() && !mPostedReflowCallback) {
PresShell()->PostReflowCallback(this);
mPostedReflowCallback = true;
}

Просмотреть файл

@ -2,4 +2,4 @@
bug:
if fission: https://bugzilla.mozilla.org/show_bug.cgi?id=1695806
expected:
if fission: FAIL
if fission: [PASS, FAIL]