Bug 153111 - Media Query (-webkit-video-playable-inline) is failing as an invalid media query expression
Summary: Media Query (-webkit-video-playable-inline) is failing as an invalid media qu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 15:59 PST by Joseph Pecoraro
Modified: 2016-01-15 14:28 PST (History)
8 users (show)

See Also:


Attachments
[PATCH] Possible Fix (805 bytes, patch)
2016-01-14 16:00 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix (7.88 KB, patch)
2016-01-14 16:35 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-01-14 15:59:46 PST
* SUMMARY
Media Query (-webkit-video-playable-inline) is failing as an invalid media query expression

LayoutTests/platform/iphone-simulator/iphone/fast/media/video-inline.html

* STEPS TO REPRODUCE
1. window.styleMedia.matchMedium("(-webkit-video-playable-inline)")
  => Should be true, but got false.

* NOTES
- The LayoutTest does not need to be iOS specific
- Seems to have been failing for a very long time based on the last time test results were updated.
- Should we just remove the media query? I do not see it documented anywhere
Comment 1 Joseph Pecoraro 2016-01-14 16:00:39 PST
Created attachment 269015 [details]
[PATCH] Possible Fix

The fix is rather easy. But lets discuss first if we should just remove the media query.
Comment 2 Joseph Pecoraro 2016-01-14 16:35:46 PST
Created attachment 269018 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-01-15 14:28:17 PST
Comment on attachment 269018 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 269018

Committed r195148: <http://trac.webkit.org/changeset/195148>
Comment 4 WebKit Commit Bot 2016-01-15 14:28:26 PST
All reviewed patches have been landed.  Closing bug.