gecko-dev/editor/composer/test/mochitest.ini
Makoto Kato 67ecac7a24 Bug 1453190 - Don't get editing session during destroying docshell. r=masayuki
When closing window / documnet, if content modifies an element that has
contenteditable via unload event, it hits assertion in
`nsDocShell::EnsureEditorData` due to destroying document. So we should
return error before getting editing session.

Differential Revision: https://phabricator.services.mozilla.com/D50573

--HG--
extra : moz-landing-system : lando
2019-10-25 10:23:31 +00:00

12 lines
209 B
INI

[DEFAULT]
support-files =
file_bug1453190.html
[test_bug348497.html]
[test_bug384147.html]
[test_bug389350.html]
[test_bug519928.html]
[test_bug738440.html]
[test_bug1453190.html]
skip-if = os == "android"