8141492: Implement search feature in javadoc

Reviewed-by: jjg, ksrini
This commit is contained in:
Bhavesh Patel 2015-11-20 20:55:07 +00:00
parent b70aa4aee0
commit 8bfe3bba2c
78 changed files with 34963 additions and 101 deletions

View file

@ -23,7 +23,7 @@
/*
* @test
* @bug 4645058 4747738 4855054 8024756
* @bug 4645058 4747738 4855054 8024756 8141492
* @summary Javascript IE load error when linked by -linkoffline
* Window title shouldn't change when loading left frames (javascript)
* @author dkramer
@ -70,7 +70,6 @@ public class JavascriptWinTitle extends JavadocTester {
+ " }\n"
+ " catch(err) {\n"
+ " }\n"
+ "//-->\n"
+ "</script>");
+ "//-->\n");
}
}