Files
tubestation/dom/html/crashtests
Timothy Nikkel e93cf91ae5 Bug 1864255. Make sure some crashtests in dom/ cleanup any opened windows after they finish. r=dom-core,peterv
Minor notable behaviour changes in
dom/base/crashtests/1838484.html
dom/html/crashtests/1787671.html
where I changed |window.print();| to |SpecialPowers.wrap(self).printPreview().print()|. I did this because I do not know of a way to close the window that window.print opens (that function doesn't return anything). This should be pretty similar because window.print seems to open a print preview document and then open the print dialog, but doesn't actually trigger the printing (but non-printpreview) code.

For dom/base/crashtests/1838484.html I verified by backing out the patch for bug 1838484 that the modified crashtest still crashes.

I did not do the same verification for dom/html/crashtests/1787671.html because the code has changed significantly since then, and the test seems like it should still test the same issue based on the above.

Differential Revision: https://phabricator.services.mozilla.com/D193344
2023-11-17 01:31:21 +00:00
..