Skip to content

Commit 1478772

Browse files
saschanazpull[bot]
authored andcommitted
Give default value for LineInfo::mIsWrapped
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
1 parent 43c8f14 commit 1478772

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

selection/crashtests/table.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<script>
4+
function go() {
5+
let b = window.getSelection();
6+
b.setPosition(a.insertRow(0), 0)
7+
b.modify("extend", "right", "word")
8+
}
9+
</script>
10+
11+
<body onload=go()>
12+
<dd dir="rtl">M!}\\)M6\X</dd>
13+
<table id="a">
14+
<tr>

0 commit comments

Comments
 (0)