RESOLVED DUPLICATE of bug 75633 75772
REGRESSION (r104060): Some CSS media queries are ignored
https://bugs.webkit.org/show_bug.cgi?id=75772
Summary REGRESSION (r104060): Some CSS media queries are ignored
Philippe Wittenbergh
Reported 2012-01-06 23:28:47 PST
test case (resize the window horizontally to less than 500px): http://dev.l-c-n.com/webkit/mq/mq2.html Media queries inside general purpose stylesheets - e.g. @media screen and (min-width:500px) - are ignored (not applied). Opening the WebInspector makes the media query suddenly apply (magic !) I suspect http://trac.webkit.org/changeset/104060 Stylesheets that are linked with media queries in the html still work correctly like this: <link rel="stylesheet" href="./style-desktop.css" type="text/css" media="all and (min-width:500px)">
Attachments
Mark Rowe (bdash)
Comment 1 2012-01-06 23:41:36 PST
Looks like Antti broke this with <http://trac.webkit.org/changeset/104060>.
Antti Koivisto
Comment 2 2012-01-07 04:31:41 PST
*** This bug has been marked as a duplicate of bug 75633 ***
Note You need to log in before you can comment on or make changes to this bug.