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: FormsAssignee: 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    

Description Ryan Haddad 2016-02-03 17:38:50 PST
[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
Comment 1 Ryan Haddad 2016-02-03 17:42:12 PST
Skipped test on ios-simulator to get bots closer to green during investigation <https://trac.webkit.org/r196102>
Comment 2 Chris Dumez 2016-02-04 09:28:15 PST
I think have an iOS-specific baseline would have been nicer than skipping the test as we completely lose coverage on iOS now.
Comment 3 Ryan Haddad 2016-02-04 09:29:05 PST
(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.
Comment 4 Chris Dumez 2016-02-04 09:29:16 PST
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.
Comment 5 Ryan Haddad 2016-02-04 09:34:49 PST
Rebaselined in <https://trac.webkit.org/r196126>