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
Once browser tests land, they won't have any support for accessing assets in the host package beyond the test file itself. One way or another, this access should be provided.
The text was updated successfully, but these errors were encountered:
This is a step towards Dartium support. Rather than only serving the compiled JS
and the HTML necessary to run it, the entire package is now served with the
compiled JS and HTML wrappers overlayed on top. This will allow Dartium to load
all necessary sources from the server, and incidentally also allows tests to
access assets.
See #60Closes#27
R=kevmoo@google.com
Review URL: https://codereview.chromium.org//1076803003
Once browser tests land, they won't have any support for accessing assets in the host package beyond the test file itself. One way or another, this access should be provided.
The text was updated successfully, but these errors were encountered: