<input type="time> is a popup button on iOS.
<rdar://problem/22188153>
Created attachment 264981 [details] patch
Comment on attachment 264981 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=264981&action=review missing changelings > LayoutTests/accessibility/ios-simulator/input-type-time.html:23 > + shouldBe("timeinput.description", "'AXLabel: (Between: 07:00 AM-09:00 AM)'"); you should also check if accessibilityIsIgnored (it should NOT be ignored)
Created attachment 265077 [details] patch
Comment on attachment 265077 [details] patch seems like this test could run on all platforms right?
(In reply to comment #5) > Comment on attachment 265077 [details] > patch > > seems like this test could run on all platforms right? It should be. But the change is only specific to iOS.
Comment on attachment 265077 [details] patch Clearing flags on attachment: 265077 Committed r192173: <http://trac.webkit.org/changeset/192173>
All reviewed patches have been landed. Closing bug.