jQuery UI Core Test Suite

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

  1. selectors module: tabbable - enabled elements (0, 10, 10)
    1. input, no type
    2. input, type text
    3. input, type checkbox
    4. input, type radio
    5. input, type button
    6. input, type hidden
    7. select
    8. textarea
    9. anchor with href
    10. anchor without href
  2. selectors module: tabbable - disabled elements (0, 8, 8)
    1. input, no type
    2. input, type text
    3. input, type checkbox
    4. input, type radio
    5. input, type button
    6. input, type hidden
    7. select
    8. textarea
  3. selectors module: tabbable - hidden styles (0, 6, 6)
    1. input, hidden wrapper - display: none
    2. anchor, hidden wrapper - display: none
    3. input, hidden wrapper - visibility: hidden
    4. anchor, hidden wrapper - visibility: hidden
    5. input, display: none
    6. input, visibility: hidden
  4. selectors module: tabbable - tabindex (0, 4, 4)
    1. input, tabindex 0
    2. input, tabindex 10
    3. input, tabindex -1
    4. input, tabindex -50
  5. jQuery extensions module: attr - aria (0, 6, 6)
    1. role is empty via attr
    2. role is tablist: tablist
    3. aria expanded is undefined: undefined
    4. aria expanded is true: true
    5. aria expanded is undefined after removing: undefined
    6. aria expanded is false: false
anchor anchor

Tests completed in 15 milliseconds.
0 tests of 34 failed.