Bug 161584
Summary: | [GTK] Layout test accessibility/children-changed-sends-notification.html fails/crashes | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Accessibility | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aperez, bugs-noreply, cgarcia, jdiggs, koivisto, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=187948 |
Michael Catanzaro
Layout test accessibility/children-changed-sends-notification.html has been broken since r198943 ("Separate render tree updating from style resolve"):
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/children-changed-sends-notification-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/accessibility/children-changed-sends-notification-actual.txt
@@ -7,8 +7,6 @@
PARAGRAPH notification: AXChildrenAdded
GLOBAL notification: AXChildrenAdded on element with role AXRole: AXParagraph
-PARAGRAPH notification: AXChildrenRemoved
-GLOBAL notification: AXChildrenRemoved on element with role AXRole: AXParagraph
PASS paragraphNotificationCount is globalNotificationCount
PASS globalNotificationCount is 2
PASS successfullyParsed is true
Updating expectations accordingly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28156990>
Adrian Perez
Also, this has been crashing lately, updating expectations accordingly.
Carlos Garcia Campos
This was fixed in r244107