OCaml HTML5 parser/serialiser based on Python's JustHTML
1(*---------------------------------------------------------------------------
2 Copyright (c) 2025 Anil Madhavapeddy <anil@recoil.org>. All rights reserved.
3 SPDX-License-Identifier: ISC
4 ---------------------------------------------------------------------------*)
5
6(** Entry point for the browser test runner.
7
8 The test runner module registers its JavaScript exports when loaded. *)
9
10(* Nothing needed here - the Htmlrw_js_tests module registers exports at load time *)