mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8081854: Javadoc should generate named anchors for HTML4 output
Reviewed-by: ksrini
This commit is contained in:
parent
63b337e82e
commit
9075df539a
15 changed files with 155 additions and 149 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 4496290 4985072 7006178 7068595 8016328 8050031 8048351
|
||||
* @bug 4496290 4985072 7006178 7068595 8016328 8050031 8048351 8081854
|
||||
* @summary A simple test to ensure class-use files are correct.
|
||||
* @author jamieh
|
||||
* @library ../lib
|
||||
|
@ -136,7 +136,7 @@ public class TestUseOption extends JavadocTester {
|
|||
+ "UsedInC</a> in <a href=\"../package-summary.html\"><Unnamed></a>"
|
||||
);
|
||||
checkOutput("class-use/UsedInC.html", true,
|
||||
"<li class=\"blockList\"><a id=\"unnamed.package\">"
|
||||
"<li class=\"blockList\"><a name=\"unnamed.package\">"
|
||||
);
|
||||
checkOutput("package-use.html", true,
|
||||
"<td class=\"colOne\">"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue