mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
Tests: Import ARIAMixin string attributes CEReactions tests (no code)
This commit is contained in:
parent
579484e065
commit
e9dedeee34
Notes:
github-actions[bot]
2024-12-20 13:17:59 +00:00
Author: https://github.com/sideshowbarker
Commit: e9dedeee34
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2992
5 changed files with 659 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 8 tests
|
||||
|
||||
8 Pass
|
||||
Pass role on Element must enqueue an attributeChanged reaction when adding role content attribute
|
||||
Pass role on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaColIndexText on Element must enqueue an attributeChanged reaction when adding aria-colindextext content attribute
|
||||
Pass ariaColIndexText on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaDescription on Element must enqueue an attributeChanged reaction when adding aria-description content attribute
|
||||
Pass ariaDescription on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRowIndexText on Element must enqueue an attributeChanged reaction when adding aria-rowindextext content attribute
|
||||
Pass ariaRowIndexText on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
|
@ -0,0 +1,85 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 80 tests
|
||||
|
||||
80 Pass
|
||||
Pass ariaAtomic on Element must enqueue an attributeChanged reaction when adding aria-atomic content attribute
|
||||
Pass ariaAtomic on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaAutoComplete on Element must enqueue an attributeChanged reaction when adding aria-autocomplete content attribute
|
||||
Pass ariaAutoComplete on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaBrailleLabel on Element must enqueue an attributeChanged reaction when adding aria-braillelabel content attribute
|
||||
Pass ariaBrailleLabel on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaBrailleRoleDescription on Element must enqueue an attributeChanged reaction when adding aria-brailleroledescription content attribute
|
||||
Pass ariaBrailleRoleDescription on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaBusy on Element must enqueue an attributeChanged reaction when adding aria-busy content attribute
|
||||
Pass ariaBusy on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaChecked on Element must enqueue an attributeChanged reaction when adding aria-checked content attribute
|
||||
Pass ariaChecked on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaColCount on Element must enqueue an attributeChanged reaction when adding aria-colcount content attribute
|
||||
Pass ariaColCount on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaColIndex on Element must enqueue an attributeChanged reaction when adding aria-colindex content attribute
|
||||
Pass ariaColIndex on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaColSpan on Element must enqueue an attributeChanged reaction when adding aria-colspan content attribute
|
||||
Pass ariaColSpan on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaCurrent on Element must enqueue an attributeChanged reaction when adding aria-current content attribute
|
||||
Pass ariaCurrent on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaDisabled on Element must enqueue an attributeChanged reaction when adding aria-disabled content attribute
|
||||
Pass ariaDisabled on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaExpanded on Element must enqueue an attributeChanged reaction when adding aria-expanded content attribute
|
||||
Pass ariaExpanded on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaHasPopup on Element must enqueue an attributeChanged reaction when adding aria-haspopup content attribute
|
||||
Pass ariaHasPopup on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaHidden on Element must enqueue an attributeChanged reaction when adding aria-hidden content attribute
|
||||
Pass ariaHidden on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaInvalid on Element must enqueue an attributeChanged reaction when adding aria-invalid content attribute
|
||||
Pass ariaInvalid on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaKeyShortcuts on Element must enqueue an attributeChanged reaction when adding aria-keyshortcuts content attribute
|
||||
Pass ariaKeyShortcuts on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaLabel on Element must enqueue an attributeChanged reaction when adding aria-label content attribute
|
||||
Pass ariaLabel on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaLevel on Element must enqueue an attributeChanged reaction when adding aria-level content attribute
|
||||
Pass ariaLevel on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaLive on Element must enqueue an attributeChanged reaction when adding aria-live content attribute
|
||||
Pass ariaLive on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaModal on Element must enqueue an attributeChanged reaction when adding aria-modal content attribute
|
||||
Pass ariaModal on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaMultiLine on Element must enqueue an attributeChanged reaction when adding aria-multiline content attribute
|
||||
Pass ariaMultiLine on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaMultiSelectable on Element must enqueue an attributeChanged reaction when adding aria-multiselectable content attribute
|
||||
Pass ariaMultiSelectable on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaOrientation on Element must enqueue an attributeChanged reaction when adding aria-orientation content attribute
|
||||
Pass ariaOrientation on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaPlaceholder on Element must enqueue an attributeChanged reaction when adding aria-placeholder content attribute
|
||||
Pass ariaPlaceholder on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaPosInSet on Element must enqueue an attributeChanged reaction when adding aria-posinset content attribute
|
||||
Pass ariaPosInSet on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaPressed on Element must enqueue an attributeChanged reaction when adding aria-pressed content attribute
|
||||
Pass ariaPressed on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaReadOnly on Element must enqueue an attributeChanged reaction when adding aria-readonly content attribute
|
||||
Pass ariaReadOnly on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRelevant on Element must enqueue an attributeChanged reaction when adding aria-relevant content attribute
|
||||
Pass ariaRelevant on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRequired on Element must enqueue an attributeChanged reaction when adding aria-required content attribute
|
||||
Pass ariaRequired on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRoleDescription on Element must enqueue an attributeChanged reaction when adding aria-roledescription content attribute
|
||||
Pass ariaRoleDescription on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRowCount on Element must enqueue an attributeChanged reaction when adding aria-rowcount content attribute
|
||||
Pass ariaRowCount on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRowIndex on Element must enqueue an attributeChanged reaction when adding aria-rowindex content attribute
|
||||
Pass ariaRowIndex on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaRowSpan on Element must enqueue an attributeChanged reaction when adding aria-rowspan content attribute
|
||||
Pass ariaRowSpan on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaSelected on Element must enqueue an attributeChanged reaction when adding aria-selected content attribute
|
||||
Pass ariaSelected on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaSetSize on Element must enqueue an attributeChanged reaction when adding aria-setsize content attribute
|
||||
Pass ariaSetSize on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaSort on Element must enqueue an attributeChanged reaction when adding aria-sort content attribute
|
||||
Pass ariaSort on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaValueMax on Element must enqueue an attributeChanged reaction when adding aria-valuemax content attribute
|
||||
Pass ariaValueMax on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaValueMin on Element must enqueue an attributeChanged reaction when adding aria-valuemin content attribute
|
||||
Pass ariaValueMin on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaValueNow on Element must enqueue an attributeChanged reaction when adding aria-valuenow content attribute
|
||||
Pass ariaValueNow on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
||||
Pass ariaValueText on Element must enqueue an attributeChanged reaction when adding aria-valuetext content attribute
|
||||
Pass ariaValueText on Element must enqueue an attributeChanged reaction when replacing an existing attribute
|
Loading…
Add table
Add a link
Reference in a new issue