angular/modules/angular2/test/core
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
..
change_detection refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
compiler 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
debug refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
di refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
directives refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
dom refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
facade refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
forms fix(forms): emit value changes after errors and status are set 2015-10-14 19:36:43 +00:00
life_cycle refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
linker fix(test) fix Dart annotation for integration_dart_spec.dart 2015-10-15 00:19:31 +00:00
metadata 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
profile refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
reflection refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
render refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
services refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
testability refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
util refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
zone refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
application_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
directive_lifecycle_integration_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.dart refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00
spies.ts refactor(test): rename test_lib to testing 2015-10-13 10:36:49 -07:00