Bug 133148 - [GTK] Layout tests accessibility/content-editable-as-textarea.html and accessibility/content-editable-set-inner-text-generates-axvalue-notification.html are failing
Summary: [GTK] Layout tests accessibility/content-editable-as-textarea.html and access...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 01:36 PDT by Lorenzo Tilve
Modified: 2017-03-11 10:46 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lorenzo Tilve 2014-05-21 01:36:23 PDT
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.
Comment 1 Carlos Alberto Lopez Perez 2014-09-05 11:12:02 PDT
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
Comment 2 Frédéric Wang (:fredw) 2016-03-11 01:54:09 PST
*** Bug 155353 has been marked as a duplicate of this bug. ***
Comment 3 Frédéric Wang (:fredw) 2016-03-11 02:06:20 PST
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).