test/tools/doclint/html/OtherTagsTest.java

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/html/OtherTagsTest.java	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,25 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @bug 8006251 8022173
     1.7 + * @summary test other tags
     1.8 + * @library ..
     1.9 + * @build DocLintTester
    1.10 + * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
    1.11 + */
    1.12 +
    1.13 +/** */
    1.14 +public class OtherTagsTest {
    1.15 +    /**
    1.16 +     *  <body> <p> abc </body>
    1.17 +     *  <frame>
    1.18 +     *  <frameset> </frameset>
    1.19 +     *  <head> </head>
    1.20 +     *  <hr width="50%">
    1.21 +     *  <link>
    1.22 +     *  <meta>
    1.23 +     *  <noframes> </noframes>
    1.24 +     *  <script> </script>
    1.25 +     *  <title> </title>
    1.26 +     */
    1.27 +    public void knownInvalidTags() { }
    1.28 +}

mercurial