test/tools/doclint/HtmlAttrsTest.out

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/HtmlAttrsTest.out	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,12 @@
     1.4 +HtmlAttrsTest.java:11: error: unknown attribute: xyz
     1.5 +     * <p xyz>
     1.6 +          ^
     1.7 +HtmlAttrsTest.java:16: warning: attribute obsolete: name
     1.8 +     * <img name="x" alt="alt">
     1.9 +            ^
    1.10 +HtmlAttrsTest.java:21: warning: attribute obsolete, use CSS instead: size
    1.11 +     * <font size="3"> text </font>
    1.12 +             ^
    1.13 +1 error
    1.14 +2 warnings
    1.15 +

mercurial