langtools/test/com/sun/javadoc/testHtmlTableStyles/pkg1/TestTable.java
changeset 25295 bb0339807d3c
parent 20613 ab4801a53abb
equal deleted inserted replaced
25294:6f74701df48d 25295:bb0339807d3c
    26 /**
    26 /**
    27  * Testing table in documentation comment. In the generated documentation, it
    27  * Testing table in documentation comment. In the generated documentation, it
    28  * should be displayed as a regular table and not have any styles that the javadoc
    28  * should be displayed as a regular table and not have any styles that the javadoc
    29  * generated tables have.
    29  * generated tables have.
    30  *
    30  *
    31  * <table border cellpadding=3 cellspacing=1>
    31  * <table summary="Summary" border cellpadding=3 cellspacing=1>
    32  * <caption>Summary of test table</caption>
    32  * <caption>Summary of test table</caption>
    33  *  <tr>
    33  *  <tr>
    34  *    <td></td>
    34  *    <td></td>
    35  *    <td align=center colspan = 2> First Element (Head)</td>
    35  *    <td align=center colspan = 2> First Element (Head)</td>
    36  *    <td align=center colspan = 2> Last Element (Tail)</td>
    36  *    <td align=center colspan = 2> Last Element (Tail)</td>