DescriptionEnsure there's no layout pending before accessing WebAXObject from TestRunner.
It's not safe to call WebAXObject functions when there's a layout pending.
Chrome never does this, it only calls WebAXObject from
renderer_accessibility_complete, and it makes sure to update layout before
accessing the accessibility tree.
TestRunner didn't have the same protections, so this just explicitly updates
the layout before any accessibility call.
BUG=393829
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289489
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290880
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|