013d806b79
Previously, style values were parsed with a regex that split on /:+/. This causes errors for CSS such as div { background-url: url(http://server.com/img.png); } since the regex would split the background-url line into 3 values instead of 2. Now, the : character is detected with indexOf, avoiding this error. A test was added to verify the behavior is correct. |
||
---|---|---|
.. | ||
dom_adapter_spec.ts | ||
shim_spec.ts |