| Index: content/test/data/accessibility/aria/aria-keyshortcuts.html
|
| diff --git a/content/test/data/accessibility/aria/aria-keyshortcuts.html b/content/test/data/accessibility/aria/aria-keyshortcuts.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..077315719a3a75f20f412172eb23f67da9d51668
|
| --- /dev/null
|
| +++ b/content/test/data/accessibility/aria/aria-keyshortcuts.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<!--
|
| +@WIN-ALLOW:keyboard_shortcut
|
| +@BLINK-ALLOW:keyShortcuts*
|
| +-->
|
| +<html>
|
| +<body>
|
| + <button aria-keyshortcuts="Ctrl+X">Cut</button>
|
| + <button aria-keyshortcuts="Ctrl+C">Copy</button>
|
| + <button aria-keyshortcuts="Ctrl+V">Paste</button>
|
| +</body>
|
| +</html>
|
|
|