Re: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (#5737)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/227005222)

# Firefox (nightly channel) #
Testing web-platform-tests at revision cae8388df94187aa50b0c651e019eab36fc6e26b
Using browser at version BuildID 20170428100438; SourceStamp 84762dbeb5380461fe27f0afa0e27e8ba9dd3b01
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>5 tests ran</summary>
<details>
<summary><a href="https://w3c-test.org/submissions/5737/keyboard-lock/idlharness.https.html">/keyboard-lock/idlharness.https.html</a></summary>


|                                                     Subtest                                                      | Results |                                                          Messages                                                         |
|------------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------|
|                                                                                                                  | OK      |                                                                                                                           |
| `Navigator interface: operation requestKeyLock(sequence)`                                                        | FAIL    | `assert_own_property: interface prototype object missing non-static operation expected property "requestKeyLock" missing` |
| `Navigator interface: operation cancelKeyLock()`                                                                 | FAIL    | `assert_own_property: interface prototype object missing non-static operation expected property "cancelKeyLock" missing`  |
| `Navigator must be primary interface of navigator`                                                               | PASS    |                                                                                                                           |
| `Stringification of navigator`                                                                                   | PASS    |                                                                                                                           |
| `Navigator interface: navigator must inherit property "requestKeyLock" with the proper type (0)`                 | FAIL    | `assert_inherits: property "requestKeyLock" not found in prototype chain`                                                 |
| `Navigator interface: calling requestKeyLock(sequence) on navigator with too few arguments must throw TypeError` | FAIL    | `assert_inherits: property "requestKeyLock" not found in prototype chain`                                                 |
| `Navigator interface: navigator must inherit property "cancelKeyLock" with the proper type (1)`                  | FAIL    | `assert_inherits: property "cancelKeyLock" not found in prototype chain`                                                  |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5737/keyboard-lock/navigator-cancelKeyLock.https.html">/keyboard-lock/navigator-cancelKeyLock.https.html</a></summary>


|            Subtest            | Results |                   Messages                  |
|-------------------------------|---------|---------------------------------------------|
|                               | OK      |                                             |
| `Keyboard Lock cancelKeyLock` | FAIL    | `navigator.cancelKeyLock is not a function` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5737/keyboard-lock/navigator-requestKeyLock-two-parallel-requests.https.html">/keyboard-lock/navigator-requestKeyLock-two-parallel-requests.https.html</a></summary>


|                     Subtest                      | Results |                   Messages                   |
|--------------------------------------------------|---------|----------------------------------------------|
|                                                  | OK      |                                              |
| `Keyboard Lock requestKeyLock twice in parallel` | FAIL    | `navigator.requestKeyLock is not a function` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5737/keyboard-lock/navigator-requestKeyLock-two-sequential-requests.https.html">/keyboard-lock/navigator-requestKeyLock-two-sequential-requests.https.html</a></summary>


|                      Subtest                      | Results |                   Messages                   |
|---------------------------------------------------|---------|----------------------------------------------|
|                                                   | OK      |                                              |
| `Keyboard Lock requestKeyLock twice sequentially` | FAIL    | `navigator.requestKeyLock is not a function` |

</details>
<details>
<summary><a href="https://w3c-test.org/submissions/5737/keyboard-lock/navigator-requestKeyLock.https.html">/keyboard-lock/navigator-requestKeyLock.https.html</a></summary>


|            Subtest             | Results |                   Messages                   |
|--------------------------------|---------|----------------------------------------------|
|                                | OK      |                                              |
| `Keyboard Lock requestKeyLock` | FAIL    | `navigator.requestKeyLock is not a function` |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5737#issuecomment-298124836

Received on Friday, 28 April 2017 22:56:29 UTC