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 / TestsAssignee: 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   

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).