[jdk11u-dev] RFR: 8213781: web page background renders blue in JEditorPane
David Sladký
duke at openjdk.org
Wed Dec 3 08:51:29 UTC 2025
On Wed, 3 Dec 2025 01:07:12 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> Confirmed clean. Does the new test pass?
Yes, it does.
$ make run-test-only TEST="jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java"
Building target 'run-test-only' in configuration 'linux-x86_64-normal-server-release'
Test selection 'jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java', will run:
* jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java
Running test 'jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java'
Passed: javax/swing/JEditorPane/TestBrowserBGColor.java
Test results: passed: 1
Report written to /home/dsladky/dev/jdk11u-dev/build/linux-x86_64-normal-server-release/test-results/jtreg_test_jdk_javax_swing_JEditorPane_TestBrowserBGColor_java/html/report.html
Results written to /home/dsladky/dev/jdk11u-dev/build/linux-x86_64-normal-server-release/test-support/jtreg_test_jdk_javax_swing_JEditorPane_TestBrowserBGColor_java
Finished running test 'jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java'
Test report is stored in build/linux-x86_64-normal-server-release/test-results/jtreg_test_jdk_javax_swing_JEditorPane_TestBrowserBGColor_java
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/javax/swing/JEditorPane/TestBrowserBGColor.java
1 1 0 0
==============================
TEST SUCCESS
Finished building target 'run-test-only' in configuration 'linux-x86_64-normal-server-release'
> Do you intend to follow this with [JDK-8367348](https://bugs.openjdk.org/browse/JDK-8367348)? It feels like this is a pre-requisite for that change.
Yes, that is the issue that led me to this one and I am planning to continue with the chain of backports.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/3118#issuecomment-3605715758
More information about the jdk-updates-dev
mailing list