You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation: axe.finishRun should handle data from axe.runPartial
Actual: Stack overflow occurs when processing results
Motivation: :(
axe-core version: 4.3.5
Browser and Assistive Technology versions
Chrome 95.0.4638.69
The following snippet is trimmed down output from axe.runPartial. When passed into axe.finishRun, axe gets stuck recursively calling processMessage until a stack overflow occurs.
Product: axe-core
Expectation:
axe.finishRun
should handle data fromaxe.runPartial
Actual: Stack overflow occurs when processing results
Motivation: :(
The following snippet is trimmed down output from
axe.runPartial
. When passed intoaxe.finishRun
, axe gets stuck recursively callingprocessMessage
until a stack overflow occurs.The text was updated successfully, but these errors were encountered: