On Wed, 8 Jun 2022 16:32:30 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
> the reasoning for the test originally using a temporary file to create HTML > was to have an HTML file that could be opened itself and compared towards. I > see that it's not necessary for this test, but was useful at the time. I > thought it could still be useful, but this test with the HTML stored in a > string is probably sufficient. It could still be useful. An option to the test, say `-saveHTML`, could be used to get the HTML file to open in browser. Yet I think it's easier to run the test on its own when you're developing it, no need to define the system property. ------------- PR: https://git.openjdk.java.net/jdk/pull/7446