I'm editable
I'm tabindexed.
Link

Summary

Harness status: OK

Found 15 tests

Details

ResultTest NameMessage
Pass#html is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <html id="html" tabindex="1"><head> <link rel="help" href...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#body is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <body id="body" tabindex="1"> <style> dialog {   outline:...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#top-dialog is focusable
Asserts run
Pass
assert_equals(Element node <dialog id="top-dialog" tabindex="1" style="width: 100px;..., Element node <dialog id="top-dialog" tabindex="1" style="width: 100px;...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:42:13)
Pass#top-dialog-button is focusable
Asserts run
Pass
assert_equals(Element node <button id="top-dialog-button">I get focus</button>, Element node <button id="top-dialog-button">I get focus</button>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:42:13)
Pass#bottom-dialog is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <dialog id="bottom-dialog" tabindex="-1" style="width: 10...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#bottom-dialog-button is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <button id="bottom-dialog-button">I don't get focus.</but...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#container is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <div id="container">     <input id="text" type="text">   ...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#text is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <input id="text" type="text"></input>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#datetime is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <input id="datetime" type="datetime"></input>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#color is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <input id="color" type="color"></input>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#select is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <select id="select">         <optgroup id="optgroup">    ...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#optgroup is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <optgroup id="optgroup">             <option id="option">...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#option is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <option id="option">Option</option>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#contenteditable-div is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <div id="contenteditable-div" contenteditable="">I'm edit...)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)
Pass#tabindex-span is not focusable
Asserts run
Pass
assert_not_equals(null, Element node <span id="tabindex-span" tabindex="0">I'm tabindexed.</span>)
    at Test.<anonymous> ( /html/semantics/interactive-elements/the-dialog-element/inert-node-is-unfocusable.html:44:13)