[Webkit-unassigned] [Bug 140867] New: [Win] Accessibility Layout tests accessing content while layout is in-process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 25 10:59:40 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140867

            Bug ID: 140867
           Summary: [Win] Accessibility Layout tests accessing content
                    while layout is in-process
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

The following layout test is failing on Windows in debug mode due to an assertion firing.

accessibility/aria-labelledby-overrides-aria-label.html

Probable cause:

The following assertion is firing:

    // The render tree should be stable before going ahead. Otherwise, further uses of the
    // TextIterator will force a layout update, potentially altering the accessibility tree
    // and leading to crashes in the loop that computes the result text from the children.
    ASSERT(!document()->renderView()->layoutState());
    ASSERT(!document()->childNeedsStyleRecalc());

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150125/e7f0c060/attachment-0002.html>


More information about the webkit-unassigned mailing list