UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Example URL:
https://csswizardry.com/demos/2018/11/import/blocked-by-css.html?
Steps to reproduce the problem:
1. Have a page with a synchronous `<link rel="stylesheet" />` and/or scnchronous `<script src="">` BEFORE an in-page `@import url(style.css)` that omits the optional quote marks.
2. Reload page with Network panel open
3. Note lack of parallelisation: files are serialised
4. Edit `@import url(style.css)` to be `@import url("style.css")` (note addition of quote marks)
5. Refresh and observe waterfall
6. Parallelisation!
What is the expected behavior?
I would expect the Preload Scanner to identify the IMPORT regardless of the presence of quote marks
What went wrong?
The Preload Scanner isn’t noticing @import URLs that omit OPTIONAL quotes
Did this work before? N/A
Chrome version: 70.0.3538.77 Channel: stable
OS Version: OS X 10.13.6
Flash Version:
Comment 1 by y...@yoav.ws
, Nov 9