Index: third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt |
index 4314ed432c55a0bf1eff5a63ce9c38acbead50dc..2d76f84d2f1fa4d69703fad8faf8ae0c52a29b47 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/cross-frame-accessor-throw-expected.txt |
@@ -1,6 +1,6 @@ |
This is a testharness.js-based test. |
-FAIL Check that DOM exception is created in called function's context. assert_not_equals: got disallowed value [stringifying object threw TypeError: Illegal invocation with type object] |
-FAIL Check that DOM exception is created in setter's context. assert_not_equals: got disallowed value [stringifying object threw TypeError: Illegal invocation with type object] |
+PASS Check that DOM exception is created in called function's context. |
+FAIL Check that DOM exception is created in setter's context. assert_equals: expected [stringifying object threw TypeError: Illegal invocation with type object] but got [stringifying object threw TypeError: Illegal invocation with type object] |
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
|
PASS Check that native exception is created in setter's context. |
Harness: the test ran to completion. |