RESOLVED CONFIGURATION CHANGED 119573
Malformed media query: Media queries with unexpected tokens are represented as "not all".
https://bugs.webkit.org/show_bug.cgi?id=119573
Summary Malformed media query: Media queries with unexpected tokens are represented a...
zalan
Reported 2013-08-08 06:13:48 PDT
@media screen and (min-width: 480px), and (device-width: 768px) { should read @media screen and (min-width: 480px), not all http://www.w3.org/TR/css3-mediaqueries/ FYI: Works in Chrome: "Version 30.0.1590.2 canary". Probably just matter of cherrypicking the relevant patch(es).
Attachments
test case (690 bytes, text/html)
2013-08-08 06:20 PDT, zalan
no flags
zalan
Comment 1 2013-08-08 06:20:37 PDT
Created attachment 208337 [details] test case
Simon Fraser (smfr)
Comment 2 2013-08-08 09:26:19 PDT
We should really take those patches. Would be good to pass this suite.
Ahmad Saleem
Comment 3 2022-07-24 13:25:22 PDT
In attached test case, all browsers (Chrome Canary 106, Firefox Nightly 104 and Safari 15.6 on macOS 12.5) show same output and expected result of showing two green background colour rows. I think it was fixed along the way and this bug can be marked as "RESOLVED CONFIGURATION CHANGED" or "DUPLCIATE OF XYZ" to refer to originally when it was fixed. Just wanted to share updated testing results. Thanks!
Note You need to log in before you can comment on or make changes to this bug.