Pass | a should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <body> <div id="default-samples"> <a></a> <a href=""></a>..., Element node <a></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | a[href] should be focusable by default. | Asserts runPass | assert_equals(Element node <a href=""></a>, Element node <a href=""></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | button should be focusable by default. | Asserts runPass | assert_equals(Element node <button></button>, Element node <button></button>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | input[type="hidden"] should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <button></button>, Element node <input type="hidden"></input>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | input[type="button"] should be focusable by default. | Asserts runPass | assert_equals(Element node <input type="button"></input>, Element node <input type="button"></input>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | select should be focusable by default. | Asserts runPass | assert_equals(Element node <select><option>abc</option></select>, Element node <select><option>abc</option></select>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | textarea should be focusable by default. | Asserts runPass | assert_equals(Element node <textarea></textarea>, Element node <textarea></textarea>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | #summary-out should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <textarea></textarea>, Element node <summary id="summary-out"></summary>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | #summary-first should be focusable by default. | Asserts runPass | assert_equals(Element node <summary id="summary-first"></summary>, Element node <summary id="summary-first"></summary>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | #summary-second should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <summary id="summary-first"></summary>, Element node <summary id="summary-second"></summary>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | [contenteditable] should be focusable by default. | Asserts runPass | assert_equals(Element node <div contenteditable="true"></div>, Element node <div contenteditable="true"></div>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | iframe should be focusable by default. | Asserts runPass | assert_equals(Element node <iframe></iframe>, Element node <iframe></iframe>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:49:9) |
|
Pass | #svg-a should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <iframe></iframe>, Element node <a id="svg-a"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | #svg-text should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <iframe></iframe>, Element node <text id="svg-text"></text>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | img should not be focusable by default. | Asserts runPass | assert_not_equals(Element node <iframe></iframe>, Element node <img></img>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:51:9) |
|
Pass | A with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <a tabindex="0"></a>, Element node <a tabindex="0"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | a with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <a tabindex="0"></a>, Element node <a tabindex="0"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | text with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <text tabindex="0"></text>, Element node <text tabindex="0"></text>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | SUMMARY#summary-out-tabindex0 with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <summary tabindex="0" id="summary-out-tabindex0"></summary>, Element node <summary tabindex="0" id="summary-out-tabindex0"></summary>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | SUMMARY#summary-second-tabindex0 with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <summary tabindex="0" id="summary-second-tabindex0"></sum..., Element node <summary tabindex="0" id="summary-second-tabindex0"></sum...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | IMG with tabindex=0 should be focusable. | Asserts runPass | assert_equals(Element node <img tabindex="0"></img>, Element node <img tabindex="0"></img>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:75:7) |
|
Pass | A with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <a tabindex="-1"></a>, Element node <a tabindex="-1"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | a with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <a tabindex="-1"></a>, Element node <a tabindex="-1"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | text with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <text tabindex="-1"></text>, Element node <text tabindex="-1"></text>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | SUMMARY#summary-out-tabindex-negative with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <summary tabindex="-1" id="summary-out-tabindex-negative"..., Element node <summary tabindex="-1" id="summary-out-tabindex-negative"...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | SUMMARY#summary-second-tabindex-negative with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <summary tabindex="0" id="summary-second-tabindex-negativ..., Element node <summary tabindex="0" id="summary-second-tabindex-negativ...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | IMG with tabindex=-1 should be focusable. | Asserts runPass | assert_equals(Element node <img tabindex="-1"></img>, Element node <img tabindex="-1"></img>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:99:7) |
|
Pass | A with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <img tabindex="-1"></img>, Element node <a tabindex="invalid"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|
Pass | A#with-href with tabindex=invalid should be focusable. | Asserts runPass | assert_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <a href="#" tabindex="invalid" id="with-href" data-focusa...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:126:19) |
|
Pass | a with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <a tabindex="invalid"></a>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|
Pass | a#with-href with tabindex=invalid should be focusable. | Asserts runPass | assert_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <a href="#" tabindex="invalid" id="with-href" data-focusa...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:126:19) |
|
Pass | text with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <text tabindex="invalid"></text>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|
Pass | DIV with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <div tabindex="invalid"></div>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|
Pass | SUMMARY#summary-out-tabindex-invalid with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <summary tabindex="invalid" id="summary-out-tabindex-inva...)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|
Pass | IMG with tabindex=invalid should not be focusable. | Asserts runPass | assert_not_equals(Element node <a href="#" tabindex="invalid" id="with-href" data-focusa..., Element node <img tabindex="invalid"></img>)
at Test.<anonymous> ( /html/interaction/focus/tabindex-focus-flag.html:127:19) |
|