Bug 133148
Summary: | [GTK] Layout tests accessibility/content-editable-as-textarea.html and accessibility/content-editable-set-inner-text-generates-axvalue-notification.html are failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Lorenzo Tilve <ltilve> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | apinheiro, bugs-noreply, clopez, fred.wang, jdiggs |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Lorenzo Tilve
The following layout tests are timing out:
accessibility/content-editable-as-textarea.html
accessibility/content-editable-set-inner-text-generates-axvalue-notification.html
Both seem to be failing since they were introduced at r168042 <http://trac.webkit.org/r168042> and r168360 <http://trac.webkit.org/r168360> respectively.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
accessibility/content-editable-as-textarea.html is now crashing sometimes: http://trac.webkit.org/export/173312/trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html#tests=accessibility%2Fcontent-editable-as-textarea.html
Frédéric Wang (:fredw)
*** Bug 155353 has been marked as a duplicate of this bug. ***
Frédéric Wang (:fredw)
http://trac.webkit.org/changeset/198003
content-editable-as-textarea.html was using AX-specific API so I change the test expection to Skip to match what is done for other tests (bug 98348).