From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- accessible/tests/mochitest/textselection/a11y.toml | 6 + .../mochitest/textselection/test_general.html | 221 +++++++++++++++++++++ .../mochitest/textselection/test_userinput.html | 76 +++++++ 3 files changed, 303 insertions(+) create mode 100644 accessible/tests/mochitest/textselection/a11y.toml create mode 100644 accessible/tests/mochitest/textselection/test_general.html create mode 100644 accessible/tests/mochitest/textselection/test_userinput.html (limited to 'accessible/tests/mochitest/textselection') diff --git a/accessible/tests/mochitest/textselection/a11y.toml b/accessible/tests/mochitest/textselection/a11y.toml new file mode 100644 index 0000000000..b87962bc41 --- /dev/null +++ b/accessible/tests/mochitest/textselection/a11y.toml @@ -0,0 +1,6 @@ +[DEFAULT] +support-files = "!/accessible/tests/mochitest/*.js" + +["test_general.html"] + +["test_userinput.html"] diff --git a/accessible/tests/mochitest/textselection/test_general.html b/accessible/tests/mochitest/textselection/test_general.html new file mode 100644 index 0000000000..92e7988a87 --- /dev/null +++ b/accessible/tests/mochitest/textselection/test_general.html @@ -0,0 +1,221 @@ + + + + Text selection testing + + + + + + + + + + + + + + + Bug 688126 + + + Bug 688124 + +

+ +
+  
+ +

hello world

+ + +
hihi
+
hi
hi
+ + + diff --git a/accessible/tests/mochitest/textselection/test_userinput.html b/accessible/tests/mochitest/textselection/test_userinput.html new file mode 100644 index 0000000000..1aa0b2abb6 --- /dev/null +++ b/accessible/tests/mochitest/textselection/test_userinput.html @@ -0,0 +1,76 @@ + + + + Text selection by user input + + + + + + + + + + + + + + + + Bug 440590 + +

+ +
+  
+ + + + + + + -- cgit v1.2.3