mirror of
https://github.com/servo/servo.git
synced 2025-10-14 23:40:26 +01:00
9 lines
337 B
Markdown
9 lines
337 B
Markdown
This directory contains tests for the
|
|
[Web Bundles](https://wicg.github.io/webpackage/draft-yasskin-wpack-bundled-exchanges.html).
|
|
|
|
`generate-test-wbns.sh` requires command-line tools in the
|
|
[webpackage repository](https://github.com/WICG/webpackage).
|
|
To install them, run:
|
|
```
|
|
go get -u github.com/WICG/webpackage/go/bundle/cmd/...
|
|
```
|