8081854: Javadoc should generate named anchors for HTML4 output

Reviewed-by: ksrini
This commit is contained in:
Bhavesh Patel 2015-06-23 15:41:05 -07:00
parent 63b337e82e
commit 9075df539a
15 changed files with 155 additions and 149 deletions

View file

@ -23,7 +23,7 @@
/*
* @test
* @bug 4131628 4664607 7025314 8023700 7198273 8025633 8026567
* @bug 4131628 4664607 7025314 8023700 7198273 8025633 8026567 8081854
* @summary Make sure the Next/Prev Class links iterate through all types.
* Make sure the navagation is 2 columns, not 3.
* @author jamieh
@ -64,7 +64,7 @@ public class TestNavigation extends JavadocTester {
"<li>Next&nbsp;Class</li>",
// Test for 4664607
"<div class=\"skipNav\"><a href=\"#skip.navbar.top\" title=\"Skip navigation links\">Skip navigation links</a></div>\n"
+ "<a id=\"navbar.top.firstrow\">\n"
+ "<a name=\"navbar.top.firstrow\">\n"
+ "<!-- -->\n"
+ "</a>");
}