mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8148985: javadoc "FRAMES" and "NO FRAMES" links not working correctly
Reviewed-by: jjg, ksrini
This commit is contained in:
parent
c12efa10b2
commit
5b14d73a63
8 changed files with 38 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -23,7 +23,7 @@
|
|||
|
||||
/*
|
||||
* @test
|
||||
* @bug 8072945 8081854 8141492
|
||||
* @bug 8072945 8081854 8141492 8148985
|
||||
* @summary Test the version of HTML generated by the javadoc tool.
|
||||
* @author bpatel
|
||||
* @library ../lib
|
||||
|
@ -688,7 +688,7 @@ public class TestHtmlVersion extends JavadocTester {
|
|||
checkOutput("index.html", true,
|
||||
"<!DOCTYPE HTML>",
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\" title=\"Style\">",
|
||||
"<body>\n"
|
||||
"<body onload=\"loadFrames()\">\n"
|
||||
+ "<main role=\"main\">\n"
|
||||
+ "<div class=\"mainContainer\">\n"
|
||||
+ "<div class=\"leftContainer\">\n"
|
||||
|
@ -1599,7 +1599,7 @@ public class TestHtmlVersion extends JavadocTester {
|
|||
checkOutput("index.html", true,
|
||||
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">",
|
||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"stylesheet.css\" title=\"Style\">",
|
||||
"<body>\n"
|
||||
"<body onload=\"loadFrames()\">\n"
|
||||
+ "<div class=\"mainContainer\">\n"
|
||||
+ "<div class=\"leftContainer\">\n"
|
||||
+ "<div class=\"leftTop\">\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue