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

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

Issue 2225023002: binding: Updates a layout test for exception's creation context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: line 42: Synchronous XMLHttpRequest on the main thread is depre cated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
2 This is a testharness.js-based test. 1 This is a testharness.js-based test.
3 PASS Check that exception is created in called function's context. 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]
4 PASS Check that DOM exception is created in setter'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]
5 PASS Check that native exception is created in setter's context. 4 PASS Check that native exception is created in setter's context.
6 Harness: the test ran to completion. 5 Harness: the test ran to completion.
7 6
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698