New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 616408 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jul 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

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 description

UserAgent: 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
 
Owner: allada@chromium.org
Status: Assigned (was: Unconfirmed)
now fixed

Comment 3 by allada@chromium.org, Jul 23 2016

Status: Fixed (was: Assigned)

Sign in to add a comment