Chrome Ignores media="print" param at css link
Reported by
michn...@gmail.com,
Mar 24 2016
|
|||
Issue description
Chrome Version : 49.0.2623.87 m
URLs (if applicable) :
Other browsers tested:
Add OK
What steps will reproduce the problem?
(1) Run JS > location.reload(true);
(2) <head><link rel="stylesheet" type="text/css" href="something.css" media="print"></head> - Chrome Ignores media="print" param and loads css styles from linked file
(3) Resolved : <style media="print">{content of css file inserted}</style>
What is the expected result?
Load css style only for print as expected at <link rel="stylesheet" type="text/css" href="something.css" media="print">.
What happens instead?
Please provide any additional information below. Attach a screenshot if
possible.
,
Apr 21 2016
michna30@ : Could you please update the thread based on the above comment # 1 and also let us know the OS and Chrome versions used to reproduce it.
,
May 12 2016
Marking the issue as Won't Fix due to lack of response from the user. Please feel free to raise a new bug if the issue again occurs. Thanks in Advance. |
|||
►
Sign in to add a comment |
|||
Comment 1 by ranjitkan@chromium.org
, Mar 31 2016Labels: Needs-Feedback