From 4a5c93988fc28d062bfd3710167d6651375b7d20 Mon Sep 17 00:00:00 2001 From: Muki Kiboigo Date: Tue, 20 Jan 2026 11:24:50 -0800 Subject: [PATCH] fix selection test expectation --- src/browser/tests/selection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/tests/selection.html b/src/browser/tests/selection.html index 4aad996d..b10dcb50 100644 --- a/src/browser/tests/selection.html +++ b/src/browser/tests/selection.html @@ -412,7 +412,7 @@ // Should end at offset equal to number of children (after last child) testing.expectEqual(childrenCount, sel.focusOffset); - // Direction should be none + // Direction should be forward testing.expectEqual("forward", sel.direction); // Should not fully contain the parent itself