Bug 153850
| Summary: | [iOS Simulator] imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, wenson_hsieh |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | iPhone / iPad | ||
| OS: | iOS 9.0 | ||
| Bug Depends on: | |||
| Bug Blocks: | 152130 | ||
Ryan Haddad
[iOS Simulator] imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset.html failing
This is a new test, and appears to have been failing on ios-simulator since it was added with <http://trac.webkit.org/changeset/196091>
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r196097%20(2846)/results.html>
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fsemantics%2Fforms%2Fthe-select-element%2Fselect-ask-for-reset.html>
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/semantics/forms/the-select-element/select-ask-for-reset-actual.txt
@@ -1,5 +1,5 @@
PASS ask for reset on node remove, non multiple.
PASS ask for reset on node insert, non multiple.
-PASS change selectedness of option, non multiple.
+FAIL change selectedness of option, non multiple. assert_false: option should not be selected. expected false got true
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Skipped test on ios-simulator to get bots closer to green during investigation <https://trac.webkit.org/r196102>
Chris Dumez
I think have an iOS-specific baseline would have been nicer than skipping the test as we completely lose coverage on iOS now.
Ryan Haddad
(In reply to comment #2)
> I think have an iOS-specific baseline would have been nicer than skipping
> the test as we completely lose coverage on iOS now.
Alright, I'll rebaseline.
Chris Dumez
For the record, this is a newly imported test from W3C which just happens to behave differently on Mac and iOS. This was no regression here.
Ryan Haddad
Rebaselined in <https://trac.webkit.org/r196126>