test/tools/doclint/html/TableTagsTest.java

changeset 1976
b77381d99056
parent 1507
967052c425a1
child 2525
2eb010b6cb22
equal deleted inserted replaced
1975:1ab22e60a738 1976:b77381d99056
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8006251 26 * @bug 8006251 8022173
27 * @summary test table tags 27 * @summary test table tags
28 * @library .. 28 * @library ..
29 * @build DocLintTester 29 * @build DocLintTester
30 * @run main DocLintTester -Xmsgs TableTagsTest.java 30 * @run main DocLintTester -Xmsgs TableTagsTest.java
31 */ 31 */
37 * <table summary="abc"> <tr> <th> </table> 37 * <table summary="abc"> <tr> <th> </table>
38 * <table> <caption> abc </caption> <tr> <td> </table> 38 * <table> <caption> abc </caption> <tr> <td> </table>
39 * <table summary="abc"> <thead> <tr> </thead> <tr> <td> </table> 39 * <table summary="abc"> <thead> <tr> </thead> <tr> <td> </table>
40 * <table summary="abc"> <tbody> <tr> <td> </tbody> </table> 40 * <table summary="abc"> <tbody> <tr> <td> </tbody> </table>
41 * <table summary="abc"> <tr> <td> <tfoot> <tr> </tfoot></table> 41 * <table summary="abc"> <tr> <td> <tfoot> <tr> </tfoot></table>
42 * <table summary="abc" width="50%"> <tr> <td> <tfoot> <tr> </tfoot></table>
42 */ 43 */
43 public void supportedTags() { } 44 public void supportedTags() { }
44 } 45 }

mercurial