https://github.com/web-platform-tests/wpt
Revision 65e0628ee53f311f25f50990f4e7b35ba67b06a0 authored by Henrik Skupin on 28 April 2018, 19:36:03 UTC, committed by moz-wptsync-bot on 28 April 2018, 19:48:02 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1457089
gecko-commit: 9d124f189e612ef45f466456934ccc1b1a4ff824
gecko-integration-branch: central
gecko-reviewers: jgraham
1 parent 0027df2
Raw File
Tip revision: 65e0628ee53f311f25f50990f4e7b35ba67b06a0 authored by Henrik Skupin on 28 April 2018, 19:36:03 UTC
wdspec] Re-enable webdriver/tests/element_click/bubbling.py
Tip revision: 65e0628
stub-4.7.2-install-event.html
<!DOCTYPE html>
<html>
<title>Service Workers: install Event</title>
    <head>
        <link rel="help" href="https://w3c.github.io/ServiceWorker/#install-event">
        <script src="/resources/testharness.js"></script>
        <script src="/resources/testharnessreport.js"></script>

    </head>
    <body>

<!--

An event named `[install][1]` using the `[InstallEvent][2]` interface is
dispatched on `ServiceWorkerGlobalScope` object when the state of the
associated `ServiceWorker` changes its value to `installing`. (See step 3 of
[_Installation algorithm][3])

[1]: #install-event
[2]: #install-event-interface
[3]: #installation-algorithm

-->



    <script>
        test(function() {
            // not_implemented();
        }, "There are no tests for section install Event so far.");
    </script>

    </body>
</html>

back to top