You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run resolveUrl for protocol-relative urls
This part of ABS_URL is trying to match on absolute paths, like `/images/logo.png` not protocol-relative urls like `//example.com/images/logo.png`
Added a test and confirmed that it fails without this change.
Also cleaned up a some over-aggressive modulizer escaping in resolveurl-elements.js
Upstreaming cl/245302268
0 commit comments