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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/browsers/origin/cross-origin-objects/cross-origin-objects-exceptions-expected.txt

Issue 2466513002: Deprecate ServiceWorkerMessageEvent in favor of MessageEvent (Closed)
Patch Set: Rebase and update cross-origin-objects-exceptions-expected.txt Created 4 years 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 Basic sanity-checking assert_equals: Need to run the top-level test from do main {{host}} expected "{{host}}" but got "" 2 FAIL Basic sanity-checking assert_equals: Need to run the top-level test from do main {{host}} expected "{{host}}" but got ""
3 FAIL Only whitelisted properties are accessible cross-origin assert_throws: Shou ld throw when accessing stop on Window function "function () { C[prop]; }" did n ot throw 3 FAIL Only whitelisted properties are accessible cross-origin assert_throws: Shou ld throw when accessing stop on Window function "function () { C[prop]; }" did n ot throw
4 FAIL [[GetPrototypeOf]] should return null assert_true: cross-origin Window prot o is null expected true got false 4 FAIL [[GetPrototypeOf]] should return null assert_true: cross-origin Window prot o is null expected true got false
5 FAIL [[SetPrototypeOf]] should throw assert_throws: proto set on cross-origin Wi ndow function "function () { C.__proto__ = new Object(); }" threw object "TypeEr ror: Immutable prototype object '#<Window>' cannot have their prototype set" tha t is not a DOMException SecurityError: property "code" is equal to undefined, ex pected 18 5 FAIL [[SetPrototypeOf]] should throw assert_throws: proto set on cross-origin Wi ndow function "function () { C.__proto__ = new Object(); }" threw object "TypeEr ror: Immutable prototype object '#<Window>' cannot have their prototype set" tha t is not a DOMException SecurityError: property "code" is equal to undefined, ex pected 18
6 PASS [[IsExtensible]] should return true for cross-origin objects 6 PASS [[IsExtensible]] should return true for cross-origin objects
7 FAIL [[PreventExtensions]] should throw for cross-origin objects assert_throws: preventExtensions on cross-origin Window should throw function "function () { Ob ject.preventExtensions(C) }" did not throw 7 FAIL [[PreventExtensions]] should throw for cross-origin objects assert_throws: preventExtensions on cross-origin Window should throw function "function () { Ob ject.preventExtensions(C) }" did not throw
8 PASS [[GetOwnProperty]] - Properties on cross-origin objects should be reported |own| 8 PASS [[GetOwnProperty]] - Properties on cross-origin objects should be reported |own|
9 FAIL [[GetOwnProperty]] - Property descriptors for cross-origin properties shoul d be set up correctly assert_equals: property descriptor for location should be non-enumerable expected false but got true 9 FAIL [[GetOwnProperty]] - Property descriptors for cross-origin properties shoul d be set up correctly assert_equals: property descriptor for location should be non-enumerable expected false but got true
10 FAIL [[Delete]] Should throw on cross-origin objects assert_throws: Can't delete cross-origin indexed property function "function () { delete C[0]; }" did not t hrow 10 FAIL [[Delete]] Should throw on cross-origin objects assert_throws: Can't delete cross-origin indexed property function "function () { delete C[0]; }" did not t hrow
11 FAIL [[DefineOwnProperty]] Should throw for cross-origin objects assert_throws: Can't define cross-origin value property length function "function () { Object.d efineProperty(obj, prop, valueDesc); }" did not throw 11 FAIL [[DefineOwnProperty]] Should throw for cross-origin objects assert_throws: Can't define cross-origin value property length function "function () { Object.d efineProperty(obj, prop, valueDesc); }" did not throw
12 FAIL [[Enumerate]] should return an empty iterator assert_unreached: Shouldn't h ave been able to enumerate stop on cross-origin Window Reached unreachable code 12 FAIL [[Enumerate]] should return an empty iterator assert_unreached: Shouldn't h ave been able to enumerate stop on cross-origin Window Reached unreachable code
13 FAIL [[OwnPropertyKeys]] should return all properties from cross-origin objects assert_array_equals: Object.getOwnPropertyNames() gives the right answer for cro ss-origin Window lengths differ, expected 862 got 13 13 FAIL [[OwnPropertyKeys]] should return all properties from cross-origin objects assert_array_equals: Object.getOwnPropertyNames() gives the right answer for cro ss-origin Window lengths differ, expected 861 got 13
14 PASS A and B jointly observe the same identity for cross-origin Window and Locat ion 14 PASS A and B jointly observe the same identity for cross-origin Window and Locat ion
15 PASS Cross-origin functions get local Function.prototype 15 PASS Cross-origin functions get local Function.prototype
16 FAIL Cross-origin Window accessors get local Function.prototype Cannot read prop erty 'name' of undefined 16 FAIL Cross-origin Window accessors get local Function.prototype Cannot read prop erty 'name' of undefined
17 FAIL Same-origin observers get different functions for cross-origin objects asse rt_true: same-origin Window functions get their own object expected true got fal se 17 FAIL Same-origin observers get different functions for cross-origin objects asse rt_true: same-origin Window functions get their own object expected true got fal se
18 FAIL Same-origin observers get different accessors for cross-origin Window asser t_true: different Window accessors per-incumbent script settings object expected true got false 18 FAIL Same-origin observers get different accessors for cross-origin Window asser t_true: different Window accessors per-incumbent script settings object expected true got false
19 FAIL Same-origin observers get different accessors for cross-origin Location ass ert_true: different Location accessors per-incumbent script settings object expe cted true got false 19 FAIL Same-origin observers get different accessors for cross-origin Location ass ert_true: different Location accessors per-incumbent script settings object expe cted true got false
20 Harness: the test ran to completion. 20 Harness: the test ran to completion.
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698