Bug 174581 - REGRESSION: order of AirPlay and volume controls is inconsistent between <audio> and <video>
Summary: REGRESSION: order of AirPlay and volume controls is inconsistent between <aud...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-17 06:22 PDT by Antoine Quint
Modified: 2017-07-17 11:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.41 KB, patch)
2017-07-17 06:56 PDT, Antoine Quint
sam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews125 for ios-simulator-wk2 (13.38 MB, application/zip)
2017-07-17 09:31 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2017-07-17 06:22:00 PDT
An <audio> element shows the AirPlay button and then the volume button whereas a <video> element shows the volume button and then the AirPlay button. These should be consistent, and the <video> order as it is now is the correct order.
Comment 1 Antoine Quint 2017-07-17 06:22:12 PDT
<rdar://problem/33297519>
Comment 2 Antoine Quint 2017-07-17 06:56:46 PDT
Created attachment 315661 [details]
Patch
Comment 3 Build Bot 2017-07-17 09:31:41 PDT
Comment on attachment 315661 [details]
Patch

Attachment 315661 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/4135979

New failing tests:
storage/websql/execute-sql-rowsAffected.html
imported/w3c/IndexedDB-private-browsing/idbfactory_open12.html
Comment 4 Build Bot 2017-07-17 09:31:43 PDT
Created attachment 315669 [details]
Archive of layout-test-results from ews125 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews125  Port: ios-simulator-wk2  Platform: Mac OS X 10.12.5
Comment 5 Antoine Quint 2017-07-17 11:10:16 PDT
Committed r219564: <http://trac.webkit.org/changeset/219564>