--- old/test/langtools/jdk/javadoc/doclet/testOrdering/TestOrdering.java 2020-01-07 15:25:35.000000000 +0100 +++ new/test/langtools/jdk/javadoc/doclet/testOrdering/TestOrdering.java 2020-01-07 15:25:34.000000000 +0100 @@ -532,10 +532,10 @@ "three", "two", "

Element Details

", - "

one

", - "

two

", - "

three

", - "

four

"); + "

one

", + "

two

", + "

three

", + "

four

"); checkOrder("pkg5/AnnoRequiredTest.html", "

Required Element Summary

", @@ -544,10 +544,10 @@ "three", "two", "

Element Details

", - "

one

", - "

two

", - "

three

", - "

four

"); + "

one

", + "

two

", + "

three

", + "

four

"); checkOrder("pkg5/CtorTest.html", "

Constructor Summary

", @@ -556,10 +556,10 @@ "Constructor Details", - "", - "", - "", - ""); + "
", + "
", + "
", + "
"); checkOrder("pkg5/EnumTest.html", "

Enum Constant Summary

", @@ -568,10 +568,10 @@ "
THREE", "TWO", "

Enum Constant Details

", - "

ONE

", - "

TWO

", - "

THREE

", - "

FOUR

"); + "

ONE

", + "

TWO

", + "

THREE

", + "

FOUR

"); checkOrder("pkg5/FieldTest.html", "

Field Summary

", @@ -580,10 +580,10 @@ "three", "two", "

Field Details

", - "

one

", - "

two

", - "

three

", - "

four

"); + "

one

", + "

two

", + "

three

", + "

four

"); checkOrder("pkg5/IntfTest.html", "

Method Summary

", @@ -592,10 +592,10 @@ "three", "two", "

Method Details

", - "

one

", - "

two

", - "

three

", - "

four

"); + "

one

", + "

two

", + "

three

", + "

four

"); checkOrder("pkg5/MethodTest.html", "

Method Summary

", @@ -604,10 +604,10 @@ "three", "two", "

Method Details

", - "

one

", - "

two

", - "

three

", - "

four

"); + "

one

", + "

two

", + "

three

", + "

four

"); checkOrder("pkg5/PropertyTest.html", "

Property Summary

", @@ -616,10 +616,10 @@ "three", "two", "

Property Details

", - "

oneProperty

", - "

twoProperty

", - "

threeProperty

", - "

fourProperty

"); + "

oneProperty

", + "

twoProperty

", + "

threeProperty

", + "

fourProperty

"); } }