| JDK 26 |
|---|
| 26 b19Fixed |
|
Causes :
|
The test javax/swing/JEditorPane/TestBrowserBGColor.java creates a frame with JEditorPane and uses Robot to check the pixel color on the screen. This can be simplified to verifying the background color of the body element, which doesn't need displaying the component on the screen.
|