tree: bffbc074afb4320026c5d7167609621a12a8376c [path history] [tgz]
  1. path/
  2. blank.html
  3. fetch_dictionary.js
  4. README.md
  5. test.dict
  6. test.dict.gz
  7. test.dict.gz.mock-http-headers
  8. test.dict.mock-http-headers
  9. test.empty_dest.dict
  10. test.empty_dest.dict.mock-http-headers
  11. test.script_dest.dict
  12. test.script_dest.dict.mock-http-headers
  13. test_dict.html
  14. test_dict.html.mock-http-headers
  15. test_no_acao.dict
  16. test_no_acao.dict.mock-http-headers
  17. with_dict_header.html
  18. with_dict_header.html.mock-http-headers
content/test/data/shared_dictionary/README.md

Shared Dictionary Tests

  • This directory contains files for shared dictionary related browser tests.

  • brotli command can be installed from https://github.com/google/brotli.

  • path/compressed.data is created using the following command.

    $ echo -en '\xffDCB' > path/compressed.data
    $ openssl dgst -sha256 -binary test.dict >> path/compressed.data
    $ echo -n 'This is compressed test data using a test dictionary' | \
      brotli -D test.dict >> path/compressed.data