Bug 1387552 - Order capabilities lexicographically. r?automatedtester draft
authorAndreas Tolfsen <ato@sny.no>
Fri, 04 Aug 2017 20:36:24 +0100
changeset 621400 5d66ffe9692000c42222aeea4da65a2c9dc5893f
parent 621399 4cfb674227051e22bab651e5759f3de503a50560
child 621401 6f7fe230682086575afa8a82dc2a1a8f9ff9a854
push id72363
push userbmo:ato@sny.no
push dateFri, 04 Aug 2017 19:42:32 +0000
reviewersautomatedtester
bugs1387552
milestone57.0a1
Bug 1387552 - Order capabilities lexicographically. r?automatedtester MozReview-Commit-ID: GBvz053VdEm
testing/geckodriver/README.md
--- a/testing/geckodriver/README.md
+++ b/testing/geckodriver/README.md
@@ -69,28 +69,28 @@ geckodriver supports a number of
   <tr>
    <th>Name
    <th>Type
    <th>Description
   </tr>
  </thead>
 
  <tr>
-  <td><code>proxy</code>
-  <td><a href=#proxy-object><code>proxy</code></a>&nbsp;object
-  <td>Sets browser proxy settings.
- </tr>
-
- <tr>
   <td><code>acceptInsecureCerts</code>
   <td>boolean
   <td>Boolean initially set to false,
    indicating the session will not implicitly trust untrusted
    or self-signed TLS certificates on navigation.
  </tr>
+
+ <tr>
+  <td><code>proxy</code>
+  <td><a href=#proxy-object><code>proxy</code></a>&nbsp;object
+  <td>Sets browser proxy settings.
+ </tr>
 </table>
 
 ### `proxy` object
 
 <table>
  <thead>
   <tr>
    <th>Name