| Index: LayoutTests/http/tests/serviceworker/indexeddb-expected.txt
|
| diff --git a/LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt b/LayoutTests/http/tests/serviceworker/indexeddb-expected.txt
|
| similarity index 53%
|
| copy from LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt
|
| copy to LayoutTests/http/tests/serviceworker/indexeddb-expected.txt
|
| index 1470ac503248ff18ace96b8d578b72a113a456ba..18c2459a7f96d2be6665cf1725a21b7c8625e5e4 100644
|
| --- a/LayoutTests/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.txt
|
| +++ b/LayoutTests/http/tests/serviceworker/indexeddb-expected.txt
|
| @@ -1,12 +1,13 @@
|
| -SVG 1.1 dynamic update tests
|
| -
|
| -Tests dynamic updates of the 'x' attribute of the SVGFEPointLightElement object.
|
| +Verify that IndexedDB is functional in a ServiceWorker
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS pointLight.getAttribute('x') is "50"
|
| -PASS pointLight.getAttribute('x') is "100"
|
| +messageChannel = new MessageChannel()
|
| +messageChannel.port1.onmessage = onMessageHandler
|
| +
|
| +navigator.serviceWorker.register('indexeddb-worker.js')
|
| +FAIL DisabledError
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|