Bug 154137 - [iOS Simulator] accessibility/ios-simulator/centerpoint.html failing
Summary: [iOS Simulator] accessibility/ios-simulator/centerpoint.html failing
Status: NEW
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:
Depends on:
Blocks:
 
Reported: 2016-02-11 16:00 PST by Ryan Haddad
Modified: 2016-02-17 09:48 PST (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 Ryan Haddad 2016-02-11 16:00:06 PST
[iOS] accessibility/ios-simulator/centerpoint.html failing

Seems to have started after <http://trac.webkit.org/changeset/196439>

<https://build.webkit.org/builders/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/builds/3032>

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/accessibility/ios-simulator/centerpoint-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/accessibility/ios-simulator/centerpoint-actual.txt
@@ -6,7 +6,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS (x + w/2) == clickPointX is false
+FAIL (x + w/2) == clickPointX should be false. Was true.
 PASS (y + h/2) == clickPointY is false
 PASS (x + w/2) == clickPointX is true
 PASS (y + h/2) == clickPointY is true
Comment 1 Ryan Haddad 2016-02-17 09:48:47 PST
Added ios-specific baseline in <https://trac.webkit.org/r196697> to keep test coverage and get bots back to green during investigation.