Bug 54626

Summary: [GTK] accessibility/canvas-fallback-content.html is failing on GTK bots
Product: WebKit Reporter: Mario Sanchez Prada <mario>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Mario Sanchez Prada 2011-02-17 01:45:36 PST
This new test (introduced in http://trac.webkit.org/changeset/78789) is failing now because it's entering the 'else' branch in the test for the GTK builds, causing the following error:

 CONSOLE MESSAGE: line 41: ReferenceError: Can't find variable: fallbackElement

Anyway, even if we fixed that error (which looks a mistake in the test, see last comment on bug 50126) we'd be still getting the test failing in GTK as the test would keep entering the 'else' branch, and I can't know at the moment whether the fix for that would be immediate or not.

So currently skipping the test in GTK and leaving this bug open for keeping track of this issue.
Comment 1 Mario Sanchez Prada 2013-10-01 06:58:46 PDT
This is no longer an issue since a long time ago (r79920). Resolving