gecko-dev/toolkit/components/prompts/test
Gijs Kruitbosch 7073bb6903 Bug 1634075 - back out changeset 0aa77ee04caa (bug 1583696) over regressions with overly long non-wrapping prompt text and visual appearance with lightweight themes, r=MattN
Things that were broken:

- prompts become unreadable when using dark-background lwthemes, because they
  keep the window text-shadow (due to the namespace change of tabmodalprompt)
- prompts with long text without word-wrap possibilities
  (e.g. `alert("x".repeat(1000))`) cause the text to escape its container.

Differential Revision: https://phabricator.services.mozilla.com/D73131
2020-04-29 20:30:37 +00:00
..
.eslintrc.js
bug619644_inner.html
bug625187_iframe.html
chrome.ini Bug 1271842 - Updated prompt tests to include async prompting. r=johannh 2020-04-22 10:28:44 +00:00
chromeScript.js Bug 1634075 - back out changeset 0aa77ee04caa (bug 1583696) over regressions with overly long non-wrapping prompt text and visual appearance with lightweight themes, r=MattN 2020-04-29 20:30:37 +00:00
mochitest.ini Bug 1271842 - Updated prompt tests to include async prompting. r=johannh 2020-04-22 10:28:44 +00:00
prompt_common.js Bug 1271842 - Updated prompt tests to include async prompting. r=johannh 2020-04-22 10:28:44 +00:00
test_bug619644.html
test_bug620145.html
test_dom_prompts.html
test_modal_prompts.html Bug 1271842 - Updated prompt tests to include async prompting. r=johannh 2020-04-22 10:28:44 +00:00
test_modal_select.html Bug 1271842 - Updated prompt tests to include async prompting. r=johannh 2020-04-22 10:28:44 +00:00
test_subresources_prompts.html