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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt

Issue 2209203002: binding: Always throws an exception in the current realm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL Check that DOM exception is created in called function's context. assert_no t_equals: got disallowed value [stringifying object threw TypeError: Illegal inv ocation with type object] 2 PASS Check that DOM exception is created in called function's context.
3 FAIL Check that DOM exception is created in setter's context. assert_not_equals: got disallowed value [stringifying object threw TypeError: Illegal invocation w ith type object] 3 FAIL Check that DOM exception is created in setter's context. assert_equals: exp ected [stringifying object threw TypeError: Illegal invocation with type object] but got [stringifying object threw TypeError: Illegal invocation with type obje ct]
haraken 2016/08/09 07:53:50 Is it okay to leave the FAIL line? I was expecting
Yuki 2016/08/10 03:11:09 This failure is caused by a V8 bug that V8 does no
4 PASS Check that native exception is created in setter's context. 4 PASS Check that native exception is created in setter's context.
5 Harness: the test ran to completion. 5 Harness: the test ran to completion.
6 6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698