From 1d2a91523604cce7dd608408da65bea5645fc7d4 Mon Sep 17 00:00:00 2001 From: James Maa Date: Sun, 16 Jun 2024 18:39:44 -0700 Subject: Fix DOMTextScanner entering initial div on backwards seeks (#1071) * Fix dom-text-scanner entering initial div on reverse seeks * Add new case * Add launch.json * Cleanup launch.json --- test/data/html/text-source-range.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/data/html/text-source-range.html (limited to 'test/data/html') diff --git a/test/data/html/text-source-range.html b/test/data/html/text-source-range.html new file mode 100644 index 00000000..c4b151f8 --- /dev/null +++ b/test/data/html/text-source-range.html @@ -0,0 +1,17 @@ + + + + + TextSourceRange Tests + + +

TextSourceRange Tests

+ +

+
+ + +

+
+ + -- cgit v1.2.3