Skip to content

Commit

Permalink
MissingColorNames.java :
Browse files Browse the repository at this point in the history
- Rename the color which doesn't belong to CSS-COLOR-4 specification.
  • Loading branch information
scientificware committed Oct 9, 2023
1 parent 3e92e1c commit 08c7c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/javax/swing/text/html/CSS/MissingColorNames.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void main(String[] args) {
// Subset of named color tests
{null, null},
// - This color doesn't belong to the CSS-COLOR-4 specification
{"com.scientificware.color", null},
{"org.openjdk.notacolor", null},
// - The colors listed below belong to the CSS-COLOR-4 specification
{"aliceblue", "fff0f8ff"},
{"antiquewhite", "fffaebd7"},
Expand Down

0 comments on commit 08c7c3f

Please sign in to comment.