tree: 00318007c6c090ce728aa8db40f8293520a54c94 [path history] [tgz]
  1. path/
  2. blank.html
  3. fetch_dictionary.js
  4. README.md
  5. test.dict
  6. test.dict.mock-http-headers
  7. test.empty_dest.dict
  8. test.empty_dest.dict.mock-http-headers
  9. test.script_dest.dict
  10. test.script_dest.dict.mock-http-headers
  11. test_dict.html
  12. test_dict.html.mock-http-headers
  13. test_no_acao.dict
  14. test_no_acao.dict.mock-http-headers
  15. with_dict_header.html
  16. 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