test/langtools/tools/doclint/HtmlAttrsTest.out
author herrick
Thu, 06 Jun 2019 19:51:17 -0400
branchJDK-8200758-branch
changeset 57396 3944e4c2f779
parent 47216 71c04702a3d5
permissions -rw-r--r--
8223586: remove jpackage dead code and other cleanup Reviewed-by: asemenyuk, almatvee

HtmlAttrsTest.java:14: error: unknown attribute: xyz
     * <p xyz> text </p>
          ^
HtmlAttrsTest.java:19: warning: attribute obsolete: name
     * <img name="x" alt="alt">
            ^
HtmlAttrsTest.java:24: warning: attribute obsolete, use CSS instead: size
     * <font size="3"> text </font>
             ^
1 error
2 warnings