fix selection test expectation

This commit is contained in:
Muki Kiboigo
2026-01-20 11:24:50 -08:00
parent d5bfe74e1a
commit 4a5c93988f

View File

@@ -412,7 +412,7 @@
// Should end at offset equal to number of children (after last child) // Should end at offset equal to number of children (after last child)
testing.expectEqual(childrenCount, sel.focusOffset); testing.expectEqual(childrenCount, sel.focusOffset);
// Direction should be none // Direction should be forward
testing.expectEqual("forward", sel.direction); testing.expectEqual("forward", sel.direction);
// Should not fully contain the parent itself // Should not fully contain the parent itself