Bug 186754 - [WPE] legacy-animation-engine/accessibility/transformed-bounds.html is failing
Summary: [WPE] legacy-animation-engine/accessibility/transformed-bounds.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2018-06-18 01:57 PDT by Zan Dobersek
Modified: 2019-09-19 03:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2018-06-18 01:57:52 PDT
The legacy-animation-engine/accessibility/transformed-bounds.html test is failing on the WPE port:

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/accessibility/transformed-bounds-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/legacy-animation-engine/accessibility/transformed-bounds-actual.txt
@@ -4,8 +4,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS tab.width < 40 is true
-PASS tab.height < 30 is true
+FAIL tab.width < 40 should be true. Threw exception TypeError: null is not an object (evaluating 'tab.width')
+FAIL tab.height < 30 should be true. Threw exception TypeError: null is not an object (evaluating 'tab.height')
 PASS successfullyParsed is true
 
 TEST COMPLETE

No clear way to determine when the failure started. Seems a11y-related.
Comment 1 Miguel Gomez 2019-09-19 03:43:16 PDT
This is passing now. Closing bug and updating expectations.