bug 1724718 flagged up that the crashtest at https://searchfox.org/mozilla-central/source/dom/base/crashtests/1697525.html just crashes on android when we fail on missing files - because the print code tries to open printPreviewProgress.xhtml which we do not ship on android. We should either not try to open it or start shipping this stuff on android. I don't know what the right solution is. (I'll likely fix this by just skipping the crashtest on android, just like the test in bug 1665792 is already skipped on android, but if the web can cause really broken stuff to happen, we should probably at least stopgap things?)
Bug 1725614 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
bug 1724718 flagged up that the crashtest at https://searchfox.org/mozilla-central/source/dom/base/crashtests/1697525.html just crashes on android when we fail on missing files - because the print code tries to open printPreviewProgress.xhtml which we do not ship on android. We should either not try to open it or start shipping this stuff on android. I don't know what the right solution is. (I'll likely "fix" this for bug 1724718 by just skipping the crashtest on android, just like the test in bug 1665792 is already skipped on android, but if the web can cause really broken stuff to happen, we should probably at least stopgap things?)