test/langtools/jdk/javadoc/doclet/testHref/TestHref.java
changeset 53883 f41793b5b83f
parent 53879 e7cb0348fa1c
child 53991 786825220790
--- a/test/langtools/jdk/javadoc/doclet/testHref/TestHref.java	Thu Feb 21 16:56:06 2019 -0800
+++ b/test/langtools/jdk/javadoc/doclet/testHref/TestHref.java	Thu Feb 21 17:50:27 2019 -0800
@@ -75,7 +75,7 @@
 
         checkOutput("pkg/C4.html", true,
                 //Header does not link to the page itself.
-                "Class C4&lt;E extends C4&lt;E&gt;&gt;</h1>",
+                "Class C4&lt;E extends C4&lt;E&gt;&gt;</h2>",
                 //Signature does not link to the page itself.
                 "public abstract class <span class=\"typeNameLabel\">C4&lt;E extends C4&lt;E&gt;&gt;</span>"
         );