Title: [269304] trunk/WebDriverTests
Revision
269304
Author
[email protected]
Date
2020-11-03 07:11:47 -0800 (Tue, 03 Nov 2020)

Log Message

[WebDriver] Update config.json after tools update in r269235
https://bugs.webkit.org/show_bug.cgi?id=218512

Reviewed by Carlos Garcia Campos.

* imported/w3c/config.json: Add missing value to https list.

Modified Paths

Diff

Modified: trunk/WebDriverTests/ChangeLog (269303 => 269304)


--- trunk/WebDriverTests/ChangeLog	2020-11-03 14:49:11 UTC (rev 269303)
+++ trunk/WebDriverTests/ChangeLog	2020-11-03 15:11:47 UTC (rev 269304)
@@ -1,3 +1,12 @@
+2020-11-03  Lauro Moura  <[email protected]>
+
+        [WebDriver] Update config.json after tools update in r269235
+        https://bugs.webkit.org/show_bug.cgi?id=218512
+
+        Reviewed by Carlos Garcia Campos.
+
+        * imported/w3c/config.json: Add missing value to https list.
+
 2020-10-27  Carlos Garcia Campos  <[email protected]>
 
         WebDriver: sequence of char key press is not supported

Modified: trunk/WebDriverTests/imported/w3c/config.json (269303 => 269304)


--- trunk/WebDriverTests/imported/w3c/config.json	2020-11-03 14:49:11 UTC (rev 269303)
+++ trunk/WebDriverTests/imported/w3c/config.json	2020-11-03 15:11:47 UTC (rev 269304)
@@ -1,7 +1,7 @@
 {"browser_host": "localhost",
  "alternate_hosts": { "alt": "127.0.0.1" },
  "ports": {"http":[8802, null],
-           "https": [9444],
+           "https": [9444, null],
            "ws": [null],
            "wss": [null]
           },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to