Bug 154137
| Summary: | [iOS Simulator] accessibility/ios-simulator/centerpoint.html failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | zalan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
[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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Added ios-specific baseline in <https://trac.webkit.org/r196697> to keep test coverage and get bots back to green during investigation.