langtools/test/com/sun/javadoc/testJavascript/TestJavascript.java
changeset 36270 8ed6e67460be
parent 30730 d3ce7619db2c
child 41630 9cc5bcc88057
--- a/langtools/test/com/sun/javadoc/testJavascript/TestJavascript.java	Wed Mar 02 19:09:38 2016 +0530
+++ b/langtools/test/com/sun/javadoc/testJavascript/TestJavascript.java	Wed Mar 02 21:27:01 2016 +0000
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 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
@@ -100,8 +100,15 @@
                 + "        }\n"
                 + "        return true;\n"
                 + "    }\n"
+                + "    function loadFrames() {\n"
+                + "        if (targetPage != \"\" && targetPage != \"undefined\")\n"
+                + "             top.classFrame.location = top.targetPage;\n"
+                + "    }\n"
                 + "</script>");
 
+        checkOutput("index.html", true,
+                "<body onload=\"loadFrames()\"");
+
         //Make sure title javascript only runs if is-external is not true
         checkOutput("pkg/C.html", true,
                 "    try {\n"