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

Unified Diff: LayoutTests/fast/workers/worker-onerror-09-expected.txt

Issue 1156973002: [bindings] Use |PostMessage| attribute for DedicatedWorkerGlobalScope.postMessage to eliminate cust… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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/fast/workers/worker-onerror-09-expected.txt
diff --git a/LayoutTests/fast/workers/worker-onerror-09-expected.txt b/LayoutTests/fast/workers/worker-onerror-09-expected.txt
index 18b7c03febdf04cc2c531bf10964cbda2d621837..74311becdbe9be1c3395d286255a4de7acb92f64 100644
--- a/LayoutTests/fast/workers/worker-onerror-09-expected.txt
+++ b/LayoutTests/fast/workers/worker-onerror-09-expected.txt
@@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Page-level worker.onerror handler triggered:
-PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage' on 'WorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties."
+PASS errorEvent.message is "Uncaught TypeError: Failed to execute 'postMessage' on 'DedicatedWorkerGlobalScope': The 2nd argument is neither an array, nor does it have indexed properties."
PASS stripURL(errorEvent.filename) is "[blob: URL]"
PASS errorEvent.lineno is 3
FAIL errorEvent.colno should be 9. Was 24.
« no previous file with comments | « LayoutTests/fast/workers/worker-onerror-09.html ('k') | Source/bindings/core/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698