Re: RFR: 8169098: [TestBug] Manual test case for JDK-8089915 [v2]

2021-08-23 Thread Kevin Rushforth
On Mon, 23 Aug 2021 14:27:08 GMT, Rahul Kumar wrote: >> Adding a new manual test case for accept attribute of input tag. >> This test is to verify the fix for >> [JDK-8089915](https://bugs.openjdk.java.net/browse/JDK-8089915) . >> We have tested the test cases on all three platforms and its wor

Re: RFR: 8169098: [TestBug] Manual test case for JDK-8089915 [v2]

2021-08-23 Thread Rahul Kumar
> Adding a new manual test case for accept attribute of input tag. > This test is to verify the fix for > [JDK-8089915](https://bugs.openjdk.java.net/browse/JDK-8089915) . > We have tested the test cases on all three platforms and its working as > expected. Rahul Kumar has updated the pull reque

Re: RFR: 8169098: [TestBug] Manual test case for JDK-8089915 [v2]

2021-08-23 Thread Rahul Kumar
On Thu, 19 Aug 2021 16:06:00 GMT, Kevin Rushforth wrote: >> Rahul Kumar has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Incorporate review comment > > tests/manual/web/InputTypeAcceptAttributeTest.java line 26: > >> 24: */ >> 25: >> 2

Re: RFR: 8169098: [TestBug] Manual test case for JDK-8089915

2021-08-23 Thread Kevin Rushforth
On Wed, 18 Aug 2021 15:58:21 GMT, Rahul Kumar wrote: > Adding a new manual test case for accept attribute of input tag. > This test is to verify the fix for > [JDK-8089915](https://bugs.openjdk.java.net/browse/JDK-8089915) . > We have tested the test cases on all three platforms and its working