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 --- .../tests/editing/manual/delete-manual.html | 24 +++++++++++++++++++++ .../tests/editing/manual/forwarddelete-manual.html | 24 +++++++++++++++++++++ .../editing/manual/insertlinebreak-manual.html | 24 +++++++++++++++++++++ .../editing/manual/insertparagraph-manual.html | 24 +++++++++++++++++++++ .../tests/editing/manual/inserttext-manual.html | 24 +++++++++++++++++++++ .../tests/editing/manual/inserttext2-manual.html | 25 ++++++++++++++++++++++ 6 files changed, 145 insertions(+) create mode 100644 testing/web-platform/tests/editing/manual/delete-manual.html create mode 100644 testing/web-platform/tests/editing/manual/forwarddelete-manual.html create mode 100644 testing/web-platform/tests/editing/manual/insertlinebreak-manual.html create mode 100644 testing/web-platform/tests/editing/manual/insertparagraph-manual.html create mode 100644 testing/web-platform/tests/editing/manual/inserttext-manual.html create mode 100644 testing/web-platform/tests/editing/manual/inserttext2-manual.html (limited to 'testing/web-platform/tests/editing/manual') diff --git a/testing/web-platform/tests/editing/manual/delete-manual.html b/testing/web-platform/tests/editing/manual/delete-manual.html new file mode 100644 index 0000000000..be8c773b1d --- /dev/null +++ b/testing/web-platform/tests/editing/manual/delete-manual.html @@ -0,0 +1,24 @@ + + +Manual delete (backspace) tests + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap backspace repeatedly until this annoying message +disappears! (But not too quickly. And don't hit any other keys or click with +the mouse anywhere, it will mess it up. +manual test(s) remain.)
+ + + + + diff --git a/testing/web-platform/tests/editing/manual/forwarddelete-manual.html b/testing/web-platform/tests/editing/manual/forwarddelete-manual.html new file mode 100644 index 0000000000..9c42b88f7a --- /dev/null +++ b/testing/web-platform/tests/editing/manual/forwarddelete-manual.html @@ -0,0 +1,24 @@ + + +Manual forwardDelete (delete key) tests + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap delete repeatedly until this annoying message +disappears! (But not too quickly. And don't hit any other keys or click with +the mouse anywhere, it will mess it up. +manual test(s) remain.)
+ + + + + diff --git a/testing/web-platform/tests/editing/manual/insertlinebreak-manual.html b/testing/web-platform/tests/editing/manual/insertlinebreak-manual.html new file mode 100644 index 0000000000..631fc04317 --- /dev/null +++ b/testing/web-platform/tests/editing/manual/insertlinebreak-manual.html @@ -0,0 +1,24 @@ + + +Manual insertLineBreak (Shift-Enter) tests + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap Shift-Enter (or Mac equivalent) repeatedly until this +annoying message disappears! (But not too quickly. And don't hit any other +keys or click with the mouse anywhere, it will mess it up. + manual test(s) remain.)
+ + + + + diff --git a/testing/web-platform/tests/editing/manual/insertparagraph-manual.html b/testing/web-platform/tests/editing/manual/insertparagraph-manual.html new file mode 100644 index 0000000000..468a096f03 --- /dev/null +++ b/testing/web-platform/tests/editing/manual/insertparagraph-manual.html @@ -0,0 +1,24 @@ + + +Manual insertParagraph (enter key) tests + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap enter repeatedly until this annoying message +disappears! (But not too quickly. And don't hit any other keys or click with +the mouse anywhere, it will mess it up. +manual test(s) remain.)
+ + + + + diff --git a/testing/web-platform/tests/editing/manual/inserttext-manual.html b/testing/web-platform/tests/editing/manual/inserttext-manual.html new file mode 100644 index 0000000000..c796c05747 --- /dev/null +++ b/testing/web-platform/tests/editing/manual/inserttext-manual.html @@ -0,0 +1,24 @@ + + +Manual insertText tests (A key) + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap the A key repeatedly until this annoying message +disappears! (But not too quickly. And don't hit any other keys or click with +the mouse anywhere, it will mess it up. +manual test(s) remain.)
+ + + + + diff --git a/testing/web-platform/tests/editing/manual/inserttext2-manual.html b/testing/web-platform/tests/editing/manual/inserttext2-manual.html new file mode 100644 index 0000000000..43c3d4b2dc --- /dev/null +++ b/testing/web-platform/tests/editing/manual/inserttext2-manual.html @@ -0,0 +1,25 @@ + + +Manual insertText tests (space key) + + +

+ +

+ +
InputSpecBrowserSame
+

+

+ +
Tap the space key repeatedly until this annoying message +disappears! (But not too quickly. And don't hit any other keys or click with +the mouse anywhere, it will mess it up. +manual test(s) remain.)
+ + + + + -- cgit v1.2.3