1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

content / test / data / accessibility / aria / aria-keyshortcuts.html [blame]

<!DOCTYPE html>
<!--
@WIN-ALLOW:keyboard_shortcut=*
@BLINK-ALLOW:keyShortcuts*
@AURALINUX-ALLOW:keyshortcuts*
@MAC-ALLOW:AXKeyShortcutsValue
-->
<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>