Skip to content

Commit

Permalink
Give default value for LineInfo::mIsWrapped
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D134340

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1746934
gecko-commit: 802e0339b9fb035ea9699a89ae6277a58abe4229
gecko-reviewers: emilio
  • Loading branch information
saschanaz authored and pull[bot] committed Dec 15, 2023
1 parent 43c8f14 commit 1478772
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions selection/crashtests/table.html
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<meta charset="utf-8">
<script>
function go() {
let b = window.getSelection();
b.setPosition(a.insertRow(0), 0)
b.modify("extend", "right", "word")
}
</script>

<body onload=go()>
<dd dir="rtl">M!}\\)M6\X</dd>
<table id="a">
<tr>

0 comments on commit 1478772

Please sign in to comment.