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 f124c52ddb5b11404c09e70954813429dd05180e..18b7c03febdf04cc2c531bf10964cbda2d621837 100644 |
--- a/LayoutTests/fast/workers/worker-onerror-09-expected.txt |
+++ b/LayoutTests/fast/workers/worker-onerror-09-expected.txt |
@@ -8,7 +8,7 @@ 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 stripURL(errorEvent.filename) is "[blob: URL]" |
PASS errorEvent.lineno is 3 |
-PASS errorEvent.colno is 9 |
+FAIL errorEvent.colno should be 9. Was 24. |
PASS errorEvent.error is null |
PASS successfullyParsed is true |