Bug 54626 - [GTK] accessibility/canvas-fallback-content.html is failing on GTK bots
Summary: [GTK] accessibility/canvas-fallback-content.html is failing on GTK bots
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2011-02-17 01:45 PST by Mario Sanchez Prada
Modified: 2013-10-01 06:58 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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