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

Unified Diff: LayoutTests/fast/events/before-unload-return-bad-value.html

Issue 823263002: ScriptState used by EventListener::handleEvent() is wrong (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/before-unload-return-bad-value.html
diff --git a/LayoutTests/fast/events/before-unload-return-bad-value.html b/LayoutTests/fast/events/before-unload-return-bad-value.html
index 5fad9b9da43cea540c9c45ab793d58f3886978a6..94cf8da53feacf17fcfe061f8da1ed635405728f 100644
--- a/LayoutTests/fast/events/before-unload-return-bad-value.html
+++ b/LayoutTests/fast/events/before-unload-return-bad-value.html
@@ -23,6 +23,7 @@ function test(frame) {
var testMessage;
window.onerror = function(msg) {
testMessage = msg;
+ // FIXME: This test fails. See crbug.com/446147.
testPassed("Exception was thrown");
shouldBeEqualToString("testMessage", "Uncaught Exception in toString()");
return true;

Powered by Google App Engine
This is Rietveld 408576698