mirror of
https://github.com/Polymer/polymer.git
synced 2026-08-19 01:14:44 -05:00
* 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