Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: LayoutTests/http/tests/serviceworker/indexeddb-expected.txt

Issue 185643009: Implement ServiceWorker::postMessage() [Blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pass raw pointer -> PassOwnPtr Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/http/tests/serviceworker/indexeddb.html ('k') | LayoutTests/http/tests/serviceworker/indexeddb-worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698