提交 64ca2b4f 编写于 作者: A asaha

Merge

...@@ -402,3 +402,4 @@ e59ced856c92d542b6ea11a3a76e2f0a1ffae17a jdk8u60-b03 ...@@ -402,3 +402,4 @@ e59ced856c92d542b6ea11a3a76e2f0a1ffae17a jdk8u60-b03
fc98314cff57ce33bfe3093441804ee0a3446622 jdk8u60-b05 fc98314cff57ce33bfe3093441804ee0a3446622 jdk8u60-b05
44d168f9ad16609062e359ee70c6699ec4525b45 jdk8u60-b06 44d168f9ad16609062e359ee70c6699ec4525b45 jdk8u60-b06
39b47ffeb7780407561c0b189c3b3ab497868518 jdk8u60-b07 39b47ffeb7780407561c0b189c3b3ab497868518 jdk8u60-b07
e5b93c508212e0db2301cc25f5ada882367d1d9b jdk8u60-b08
...@@ -463,7 +463,6 @@ Table styles ...@@ -463,7 +463,6 @@ Table styles
.useSummary td, .constantsSummary td, .deprecatedSummary td { .useSummary td, .constantsSummary td, .deprecatedSummary td {
text-align:left; text-align:left;
padding:0px 0px 12px 10px; padding:0px 0px 12px 10px;
width:100%;
} }
th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
...@@ -488,6 +487,7 @@ td.colOne, th.colOne { ...@@ -488,6 +487,7 @@ td.colOne, th.colOne {
font-size:13px; font-size:13px;
} }
.overviewSummary td.colFirst, .overviewSummary th.colFirst, .overviewSummary td.colFirst, .overviewSummary th.colFirst,
.useSummary td.colFirst, .useSummary th.colFirst,
.overviewSummary td.colOne, .overviewSummary th.colOne, .overviewSummary td.colOne, .overviewSummary th.colOne,
.memberSummary td.colFirst, .memberSummary th.colFirst, .memberSummary td.colFirst, .memberSummary th.colFirst,
.memberSummary td.colOne, .memberSummary th.colOne, .memberSummary td.colOne, .memberSummary th.colOne,
......
/* /*
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
/* /*
* @test * @test
* @bug 4494033 7028815 7052425 8007338 8023608 8008164 8016549 * @bug 4494033 7028815 7052425 8007338 8023608 8008164 8016549 8072461
* @summary Run tests on doclet stylesheet. * @summary Run tests on doclet stylesheet.
* @author jamieh * @author jamieh
* @library ../lib/ * @library ../lib/
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
public class TestStylesheet extends JavadocTester { public class TestStylesheet extends JavadocTester {
//Test information. //Test information.
private static final String BUG_ID = "4494033-7028815-7052425-8007338"; private static final String BUG_ID = "4494033-7028815-7052425-8007338-8072461";
//Javadoc arguments. //Javadoc arguments.
private static final String[] ARGS = new String[] { private static final String[] ARGS = new String[] {
...@@ -123,6 +123,23 @@ public class TestStylesheet extends JavadocTester { ...@@ -123,6 +123,23 @@ public class TestStylesheet extends JavadocTester {
"}"}, "}"},
{BUG_ID + FS + "stylesheet.css", {BUG_ID + FS + "stylesheet.css",
"@import url('resources/fonts/dejavu.css');"}, "@import url('resources/fonts/dejavu.css');"},
// Test the formatting styles for proper content display in use and constant values pages.
{BUG_ID + FS + "stylesheet.css",
".overviewSummary td.colFirst, .overviewSummary th.colFirst," + NL +
".useSummary td.colFirst, .useSummary th.colFirst," + NL +
".overviewSummary td.colOne, .overviewSummary th.colOne," + NL +
".memberSummary td.colFirst, .memberSummary th.colFirst," + NL +
".memberSummary td.colOne, .memberSummary th.colOne," + NL +
".typeSummary td.colFirst{" + NL +
" width:25%;" + NL +
" vertical-align:top;" + NL +
"}"},
{BUG_ID + FS + "stylesheet.css",
".overviewSummary td, .memberSummary td, .typeSummary td," + NL +
".useSummary td, .constantsSummary td, .deprecatedSummary td {" + NL +
" text-align:left;" + NL +
" padding:0px 0px 12px 10px;" + NL +
"}"},
// Test whether a link to the stylesheet file is inserted properly // Test whether a link to the stylesheet file is inserted properly
// in the class documentation. // in the class documentation.
{BUG_ID + FS + "pkg" + FS + "A.html", {BUG_ID + FS + "pkg" + FS + "A.html",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册