CSS @import sheets inside link[rel=import] documents do not show up in devtools network tab
Reported by
seandenn...@gmail.com,
Jun 1 2016
|
||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.19 Safari/537.36 Steps to reproduce the problem: CSS stylesheets that use the @import rule, when referenced from an HTML document using link[rel=import] will not show up in the network tab in dev tools for the main document. index.html loaded in chrome index.html links library.html library.html links style.css style.css @imports component.css index.html is logged in network tab libary.html is logged style.css is logged component.css is not logged, but loaded and applied What is the expected behavior? I would expect that component.css would be logged What went wrong? component.css was not logged in the network tab of devtools even though a network request was made, received, and parsed Did this work before? N/A Chrome version: 52.0.2743.19 Channel: dev OS Version: 10.0 Flash Version: Shockwave Flash 22.0 r0
,
Jun 1 2016
now fixed
,
Jul 23 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by kozyatinskiy@chromium.org
, Jun 1 2016Status: Assigned (was: Unconfirmed)