Index: LayoutTests/fast/events/window-onerror-08.html |
diff --git a/LayoutTests/fast/events/window-onerror-08.html b/LayoutTests/fast/events/window-onerror-08.html |
index 3c93bdbd495332de19844f3df1fa2b515e8bc331..d957edaa50c7006bd0c4abba8a321f3285415275 100644 |
--- a/LayoutTests/fast/events/window-onerror-08.html |
+++ b/LayoutTests/fast/events/window-onerror-08.html |
@@ -18,9 +18,7 @@ |
shouldBe('onerrorMessage', 'window.event.message'); |
shouldBe('stripURL(onerrorURL)', 'stripURL(window.event.filename)'); |
shouldBe('onerrorLine', 'window.event.lineno'); |
- |
- // FIXME: Update this once the event interface has columns. |
- shouldBeUndefined('window.event.column'); |
+ shouldBe('onerrorColumn', 'window.event.colno'); |
return true; |
}; |
</script> |