Skip to content

Commit

Permalink
8302903: [11u] Add modified test snippet after backport of JDK-8221871
Browse files Browse the repository at this point in the history
Reviewed-by: phh
  • Loading branch information
RealCLanger committed Feb 27, 2023
1 parent 83456c6 commit cfb05cb
Showing 1 changed file with 19 additions and 0 deletions.
Expand Up @@ -147,6 +147,25 @@ void html5Output() {
+ "<nav role=\"navigation\">\n"
+ "<!-- ======= START OF BOTTOM NAVBAR ====== -->");

// Test for package-frame page
checkOutput("pkg/package-frame.html", true,
"<!DOCTYPE HTML>",
"<meta name=\"dc.created\"",
"<main role=\"main\">\n"
+ "<h1 class=\"bar\"><a href=\"package-summary.html\" target=\"classFrame\">pkg</a></h1>",
"<section>\n"
+ "<h2 title=\"Interfaces\">Interfaces</h2>",
"<section>\n"
+ "<h2 title=\"Classes\">Classes</h2>",
"<section>\n"
+ "<h2 title=\"Enums\">Enums</h2>",
"<section>\n"
+ "<h2 title=\"Exceptions\">Exceptions</h2>",
"<section>\n"
+ "<h2 title=\"Errors\">Errors</h2>",
"<section>\n"
+ "<h2 title=\"Annotation Types\">Annotation Types</h2>");

// Test for package-summary page
checkOutput("pkg/package-summary.html", true,
"<!DOCTYPE HTML>",
Expand Down

0 comments on commit cfb05cb

Please sign in to comment.