test/langtools/jdk/javadoc/doclet/testJavascript/TestJavascript.java
changeset 54002 fb9541185457
parent 53097 2e82ca64b25d
child 54350 4f9772f4403d
--- a/test/langtools/jdk/javadoc/doclet/testJavascript/TestJavascript.java	Tue Mar 05 18:53:54 2019 +0100
+++ b/test/langtools/jdk/javadoc/doclet/testJavascript/TestJavascript.java	Tue Mar 05 10:35:29 2019 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2019, 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
@@ -115,7 +115,7 @@
                 + "</script>");
 
         checkOutput("index.html", true,
-                "<body onload=\"loadFrames()\"");
+                "<body class=\"frames\" onload=\"loadFrames()\"");
 
         //Make sure title javascript only runs if is-external is not true
         checkOutput("pkg/C.html", true,