diff --git a/tests/DumpRenderTree2/src/com/android/dumprendertree2/Summarizer.java b/tests/DumpRenderTree2/src/com/android/dumprendertree2/Summarizer.java index fa01c74c04d58..56822f34160b0 100644 --- a/tests/DumpRenderTree2/src/com/android/dumprendertree2/Summarizer.java +++ b/tests/DumpRenderTree2/src/com/android/dumprendertree2/Summarizer.java @@ -21,7 +21,9 @@ import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Collections; import java.util.Date; +import java.util.HashSet; import java.util.List; +import java.util.Set; /** * A class that collects information about tests that ran and can create HTML @@ -55,7 +57,14 @@ public class Summarizer { "h3 a span.path {" + " text-decoration: underline;}" + "h3 span.tri {" + - " text-decoration: none;}" + + " text-decoration: none;" + + " float: left;" + + " width: 20px;}" + + "h3 span.sqr {" + + " text-decoration: none;" + + " color: #8ee100;" + + " float: left;" + + " width: 20px;}" + "h3 img {" + " width: 8px;" + " margin-right: 4px;}" + @@ -135,6 +144,9 @@ public class Summarizer { "span." + AbstractResult.ResultCode.FAIL_CRASHED.name() + "{" + " background-color: #c30000;" + " color: #fff;}" + + "span.noLtc {" + + " background-color: #944000;" + + " color: #fff;" + ""; private static final String SCRIPT = @@ -244,7 +256,8 @@ public class Summarizer { html.append("