angular/modules/angular2/test
Tobias Bosch 7dde18b181 fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates
We can’t resolve relative urls (e.g. for images) in the compiler as
these urls are meant to be loaded in the browser
(unless we would inline images as base64…).

Also, keep `<link rel=“stylesheet”>` in templates that
reference absolute urls with e.g. `http://`. This
behavior was already present for `@import` rules
within stylesheets.
Closes #4740
2015-10-15 01:42:48 +00:00
..
animate refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
core fix(style_compiler): don’t touch urls in stylesheets and keep stylesheets with absolute urls in templates 2015-10-15 01:42:48 +00:00
http refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
mock refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
pipes refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
router test(router): add testing code for querystring serialization 2015-10-13 12:06:22 -07:00
symbol_inspector refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testing refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
tools refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
web_workers refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
platform.dart refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
platform.ts refactor: Remove isDart from public API 2015-08-13 21:18:31 +00:00
public_api_spec.ts feat(forms): add minlength and maxlength validators 2015-10-13 21:42:12 +00:00