mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-02-04 06:23:45 +00:00
fix selection test expectation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user