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

Unified Diff: LayoutTests/fast/events/window-onerror-08.html

Issue 20679002: Add 'colno' attribute to ErrorEvent interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/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>

Powered by Google App Engine
This is Rietveld 408576698