langtools/test/tools/doclint/html/OtherTagsTest.java
author jjg
Thu, 22 Aug 2013 12:41:20 -0700
changeset 19658 2f5e90525d0b
parent 15371 8f719dc43e1f
child 30730 d3ce7619db2c
permissions -rw-r--r--
8022173: Relax some warnings in doclint Reviewed-by: darcy

/*
 * @test /nodynamiccopyright/
 * @bug 8006251 8022173
 * @summary test other tags
 * @library ..
 * @build DocLintTester
 * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
 */

/** */
public class OtherTagsTest {
    /**
     *  <body> <p> abc </body>
     *  <frame>
     *  <frameset> </frameset>
     *  <head> </head>
     *  <hr width="50%">
     *  <link>
     *  <meta>
     *  <noframes> </noframes>
     *  <script> </script>
     *  <title> </title>
     */
    public void knownInvalidTags() { }
}