You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -587,27 +587,27 @@ Test that enables/disables general autofill
587
587
_General autofill is enabled by default._
588
588
589
589
1. Launch the sample app.
590
-
1. Navigate to <https://rsolomakhin.github.io/autofill/> (Use this third party site to verify).
591
-
1. Enter in any test information into the Profile Autofill section and click `Submit`.
592
-
1. Repeat step 2.
593
-
1. Click on the Name field.
594
-
1. Expected: A drop down box with the saved profile information is shown.
595
-
1. Click on the box.
596
-
1. Expected: The profile information is autofilled.
597
-
1. Go to `Settings -> Toggle General Autofill`
598
-
1. Expected: Message Box that says `General autofill will be disabled after the next navigation.`
599
-
1. Click `OK` inside the popup dialog and click `Reload`.
600
-
1. Repeat step 5.
601
-
1. Expected: No drop down box appears.
602
-
1. Repeat steps 3-5.
603
-
1. Expected: No drop down box appears.
604
-
1. Go to `Settings -> Toggle General Autofill`
605
-
1. Expected: Message Box that says `General autofill will be enabled after the next navigation.`
606
-
1. Click `OK` inside the popup dialog and click `Reload`.
607
-
1. Repeat step 5.
608
-
1. Expected: A drop down box with the original saved profile information from step 3 is shown.
609
-
1. Click on the box.
610
-
1. Expected: The profile information is autofilled.
590
+
2. Navigate to <https://rsolomakhin.github.io/autofill/> (Use this third party site to verify).
591
+
3. Enter in any test information into the Profile Autofill section and click `Submit`.
592
+
4. Repeat step 2.
593
+
5. Click on the Name field.
594
+
6. Expected: A drop down box with the saved profile information is shown.
595
+
7. Click on the box.
596
+
8. Expected: The profile information is autofilled.
597
+
9. Go to `Settings -> Toggle General Autofill`
598
+
10. Expected: Message Box that says `General autofill will be disabled after the next navigation.`
599
+
11. Click `OK` inside the popup dialog and click `Reload`.
600
+
12. Repeat step 5.
601
+
13. Expected: No drop down box appears.
602
+
14. Repeat steps 3-5.
603
+
15. Expected: No drop down box appears.
604
+
14. Go to `Settings -> Toggle General Autofill`
605
+
15. Expected: Message Box that says `General autofill will be enabled after the next navigation.`
606
+
16. Click `OK` inside the popup dialog and click `Reload`.
607
+
17. Repeat step 5.
608
+
18. Expected: A drop down box with the original saved profile information from step 3 is shown.
609
+
19. Click on the box.
610
+
20. Expected: The profile information is autofilled.
611
611
612
612
### Toggle password autosave enabled
613
613
@@ -1002,26 +1002,24 @@ Test that demonstrates cookie management related APIs usage such as `GetCookies`
1002
1002
3. Follow the instructions on the page
1003
1003
1004
1004
#### NavigateWithWebResourceRequest
1005
-
1006
1005
1. Launch sample app.
1007
1006
2. Go to **Scenario** > **NavigateWithWebResourceRequest**
1008
1007
3. On the opened dialog box enter `test` as post data and click OK.
1009
1008
4. Verify WebView2 navigated to `https://www.w3schools.com/action_page.php` and
1010
1009
`input=test` is displayed in the text box under `Your input was received as:`.
1011
1010
1012
1011
#### ClientCertificateRequested
1013
-
1014
1012
1. Close sample app if it is open and re-launch.
1015
-
2. Go to `Scenario -> Client Certificate Requested -> Use Deferred Custom Client Certificate Selection Dialog`.
1013
+
2. Go to `Scenario -> Client Certificate Requested -> Use Deferred Custom Client Certificate Selection Dialog.
1016
1014
3. Expected: Message Box that says `Custom Client Certificate selection dialog will be used next when WebView2 is making a request to an HTTP server that needs a client certificate.`
1017
1015
4. Follow steps 8-19 from [Toggle Client Certificate Requested](#Toggle-Client-Certificate-Requested) if client certificate is not installed, otherwise skip this.
1018
-
5. Navigate to <https://client.badssl.com>.
1016
+
5. Navigate to https://client.badssl.com.
1019
1017
6. Expected: A custom dialog box with title `Select a certificate for authentication` and certificate/s in the list box.
1020
1018
7. Select a certificate from the list.
1021
1019
8. Expected: Certificate details (Subject, ValidFrom, ValidTo and Certificate Kind) are displayed towards right side of the list box.
1022
1020
9. Click `OK`.
1023
1021
10. Expected: Server authenticates the user and displays as below.\
@@ -1075,9 +1073,9 @@ Verify that language and conflicting configuration works
1075
1073
Verify that we don't offer saving password.
1076
1074
1077
1075
1. Launch the sample app.
1078
-
2. Load <https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml5_input_type_password>, ignore any iframe navigation failure messages during the test.
1076
+
2. Load https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml5_input_type_password, ignore any iframe navigation failure messages during the test.
1079
1077
3. Type in some test email and password, like test@example.com and 12345678 in Email and Password field on the right part of the page.
1080
-
4. Click `Submit` button, the page should show the inputted values.
1078
+
4. Click `Submit` button, the page should show the inputed values.
1081
1079
5. Make sure that there is no browser prompt for saving password with strings like `Microsoft Edge will save and fill your password for this site next time`.
1082
1080
6. Reload the page, ignore any iframe navigation failure messages during the test.
1083
1081
7. Ensure that the fields are not auto filled.
@@ -1089,7 +1087,7 @@ Verify that we don't offer saving password.
1089
1087
Verify that the `NewWindowRequested` event is fired when opening a link in new window from PDF.
0 commit comments