test/tools/doclint/html/OtherTagsTest.java

changeset 1976
b77381d99056
parent 1507
967052c425a1
child 2525
2eb010b6cb22
equal deleted inserted replaced
1975:1ab22e60a738 1976:b77381d99056
1 /* 1 /*
2 * @test /nodynamiccopyright/ 2 * @test /nodynamiccopyright/
3 * @bug 8006251 3 * @bug 8006251 8022173
4 * @summary test other tags 4 * @summary test other tags
5 * @library .. 5 * @library ..
6 * @build DocLintTester 6 * @build DocLintTester
7 * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java 7 * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
8 */ 8 */
12 /** 12 /**
13 * <body> <p> abc </body> 13 * <body> <p> abc </body>
14 * <frame> 14 * <frame>
15 * <frameset> </frameset> 15 * <frameset> </frameset>
16 * <head> </head> 16 * <head> </head>
17 * <hr width="50%">
17 * <link> 18 * <link>
18 * <meta> 19 * <meta>
19 * <noframes> </noframes> 20 * <noframes> </noframes>
20 * <script> </script> 21 * <script> </script>
21 * <title> </title> 22 * <title> </title>

mercurial