Ting-Yu Lin 3bd2052ec3 Bug 1486521 - Make Selection::Stringify() stop flushing frames if AccessibleCaretManager doesn't allow so. r=emilio
The added crashtest still crashes on Android verify runs (TV) for
unknown reasons, so skip it.

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

--HG--
extra : moz-landing-system : lando
2019-01-14 04:58:59 +00:00

12 lines
258 B
HTML

<script>
window.onload=function() {
a.options[10] = b;
document.execCommand("selectAll", false);
document.activeElement.hidden = true;
a.options.selectedIndex = 1;
}
</script>
<input contenteditable>
<select id="a" multiple>
<option id="b" selected>