aboutsummaryrefslogtreecommitdiff
path: root/test/data/html/text-source-range.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/html/text-source-range.html')
-rw-r--r--test/data/html/text-source-range.html17
1 files changed, 17 insertions, 0 deletions
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 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+ <title>TextSourceRange Tests</title>
+</head>
+ <body>
+ <h1>TextSourceRange Tests</h1>
+ <test-case id="text-source-range-lazy">
+ <p>人</p>
+ </test-case>
+
+ <test-case id="text-source-range">
+<p>山</p>
+ </test-case>
+ </body>
+</html>