Bug 114151 - [EFL] accessibility/svg-group-element-with-title.html is failing
Summary: [EFL] accessibility/svg-group-element-with-title.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 01:42 PDT by Chris Dumez
Modified: 2013-11-05 05:38 PST (History)
7 users (show)

See Also:


Attachments
Proposed patch (4.54 KB, patch)
2013-11-04 08:16 PST, Rob Płóciennik
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-04-08 01:42:35 PDT
accessibility/svg-group-element-with-title.html was introduced in r147801 but is failing on EFL port with the following diff:
--- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/accessibility/svg-group-element-with-title-expected.txt
+++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/accessibility/svg-group-element-with-title-actual.txt
@@ -8,7 +8,7 @@
 PASS group1.description is 'AXDescription: SVG TITLE 1'
 
 Verify that you can hit-test to the SVG group.
-PASS hitTestElement.isEqual(group1) is true
+FAIL hitTestElement.isEqual(group1) should be true. Threw exception TypeError: 'null' is not an object (evaluating 'hitTestElement.isEqual')
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Rob Płóciennik 2013-11-04 08:16:28 PST
Created attachment 215921 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2013-11-05 05:38:54 PST
Comment on attachment 215921 [details]
Proposed patch

Clearing flags on attachment: 215921

Committed r158664: <http://trac.webkit.org/changeset/158664>
Comment 3 WebKit Commit Bot 2013-11-05 05:38:56 PST
All reviewed patches have been landed.  Closing bug.