test/tools/doclint/html/OtherTagsTest.java

changeset 1507
967052c425a1
child 1976
b77381d99056
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/html/OtherTagsTest.java	Mon Jan 21 10:07:37 2013 -0800
     1.3 @@ -0,0 +1,24 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @bug 8006251
     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 +     *  <link>
    1.21 +     *  <meta>
    1.22 +     *  <noframes> </noframes>
    1.23 +     *  <script> </script>
    1.24 +     *  <title> </title>
    1.25 +     */
    1.26 +    public void knownInvalidTags() { }
    1.27 +}

mercurial