| Index: LayoutTests/http/tests/serviceworker/interfaces.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
|
| index 6a82d26a7f7a3ce1613daa80dd76c95f5257731b..07402ad475704a344eb33bef014d2de5189f800d 100644
|
| --- a/LayoutTests/http/tests/serviceworker/interfaces.html
|
| +++ b/LayoutTests/http/tests/serviceworker/interfaces.html
|
| @@ -7,11 +7,13 @@
|
| <script>
|
|
|
| test(function() {
|
| + var EVENT_HANDLER = 'object';
|
| verify_interface(
|
| 'ServiceWorkerContainer', navigator.serviceWorker,
|
| {
|
| register: 'function',
|
| - getRegistration: 'function'
|
| + getRegistration: 'function',
|
| + oncontrollerchange: EVENT_HANDLER
|
| });
|
| }, 'Interfaces and attributes of ServiceWorkerContainer');
|
|
|
|
|