<Swing Dev> [13] RFR JDK-8213781:web page background renders blue in JEditorPane
Prasanta Sadhukhan
prasanta.sadhukhan at oracle.com
Thu Feb 21 16:46:31 UTC 2019
On 21-Feb-19 10:04 PM, Sergey Bylokhov wrote:
> On 21/02/2019 08:31, Prasanta Sadhukhan wrote:
>>> The test has some assumptions which is no necessary true:
>>> - it might be executed outside of our internal network
>> I know that but it was not working inside internal network, without
>> proxy, which is where we will be running the jtreg tests mostly, so
>> how do you propose to go about it?
>>> - the background color of 100x100 on https://www.google.com is not
>>> necessary white(this is not guarantied)
>> Seeing the layout of google webpage, I decided on the coordinates.
>> What you propose else?
>
> You need something which will work offline as a standalone test.
>
>
But it can always be changed if somebody wants to run as a standalone
test. There are many test in java/net, sun/security where they
explicitly do setProperty(proxy) [for ex,
java/net/ProxySelector/B6737819.java,
sun/security/ssl/InputRecord/ClientHelloRead.java] as I am doing in the
test.
Can you please elaborate as to what the other way of sending proxy to
the test, if you are aware?
Regards
Prasanta
More information about the swing-dev
mailing list