On Mon, 6 Jun 2022 16:19:18 GMT, Damon Nguyen <dngu...@openjdk.org> wrote:
>> test/jdk/javax/swing/text/html/parser/HtmlTagParserTest.java line 1: >> >>> 1: import java.awt.Dimension; >> >> where's the GPL header on this test ? > > Added the header and moved the test to the HTML folder instead since I > believe the process involves classes beyond just the Parser. For example, I > found that the tags and unknown tags are located in the HTML class. I can > move it back if it seems more appropriate since the issue requests changes to > the Parser's doc only. Shall the test name be `HtmlScriptTagParserTest.java`? The test is for testing handling the `<script>` tag only. ------------- PR: https://git.openjdk.java.net/jdk/pull/7446