diff --git a/input-events/input-events-cut-paste-manual.html b/input-events/input-events-cut-paste-manual.html new file mode 100644 index 00000000000000..4091c87cdd3472 --- /dev/null +++ b/input-events/input-events-cut-paste-manual.html @@ -0,0 +1,83 @@ + + +
To manually run this test, please follow the steps below:
+1. Select 'plain' => Cut (e.g. Ctrl/Cmd-X) => Paste (e.g. Ctrl/Cmd-V).
+2. Select 'rich' => Cut => Paste.
+3. Select 'prevent' => Paste.
+4. Select 'prevent' => Cut => Select 'normal' => Paste.
+
+If a "PASS" result appears the test passes, otherwise it fails
rich
+prevent
+normal
+ diff --git a/input-events/input-events-exec-command.html b/input-events/input-events-exec-command.html new file mode 100644 index 00000000000000..6c512023296ca5 --- /dev/null +++ b/input-events/input-events-exec-command.html @@ -0,0 +1,86 @@ + + +