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

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

Issue 2497583002: Remove webkitCancelRequestAnimationFrame (Closed)
Patch Set: Patch for landing try 2 Created 4 years, 1 month 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 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 1 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
2 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 2 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
3 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 3 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
4 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 4 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
5 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 5 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
6 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 6 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
7 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 7 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
8 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 8 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
9 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html 9 Blocked access to external URL http://www1.127.0.0.1:8001/html/browsers/origin/c ross-origin-objects/frame.html
10 This is a testharness.js-based test. 10 This is a testharness.js-based test.
11 FAIL Basic sanity-checking assert_equals: Need to run the top-level test from do main 127.0.0.1 expected "127.0.0.1" but got "web-platform.test" 11 FAIL Basic sanity-checking assert_equals: Need to run the top-level test from do main 127.0.0.1 expected "127.0.0.1" but got "web-platform.test"
12 FAIL Only whitelisted properties are accessible cross-origin assert_throws: Shou ld throw when accessing speechSynthesis on Window function "function () { C[prop ]; }" did not throw 12 FAIL Only whitelisted properties are accessible cross-origin assert_throws: Shou ld throw when accessing speechSynthesis on Window function "function () { C[prop ]; }" did not throw
13 PASS [[GetPrototypeOf]] should return null 13 PASS [[GetPrototypeOf]] should return null
14 FAIL [[SetPrototypeOf]] should throw assert_throws: proto set on cross-origin Lo cation function "function () { C.location.__proto__ = new Object(); }" did not t hrow 14 FAIL [[SetPrototypeOf]] should throw assert_throws: proto set on cross-origin Lo cation function "function () { C.location.__proto__ = new Object(); }" did not t hrow
15 PASS [[IsExtensible]] should return true for cross-origin objects 15 PASS [[IsExtensible]] should return true for cross-origin objects
16 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 16 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
17 FAIL [[GetOwnProperty]] - Properties on cross-origin objects should be reported |own| Blocked a frame with origin "http://web-platform.test:8001" from accessing a cross-origin frame. 17 FAIL [[GetOwnProperty]] - Properties on cross-origin objects should be reported |own| Blocked a frame with origin "http://web-platform.test:8001" from accessing a cross-origin frame.
18 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 18 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
19 PASS [[Delete]] Should throw on cross-origin objects 19 PASS [[Delete]] Should throw on cross-origin objects
20 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 20 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
21 PASS [[Enumerate]] should return an empty iterator 21 PASS [[Enumerate]] should return an empty iterator
22 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 22 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
23 PASS A and B jointly observe the same identity for cross-origin Window and Locat ion 23 PASS A and B jointly observe the same identity for cross-origin Window and Locat ion
24 PASS Cross-origin functions get local Function.prototype 24 PASS Cross-origin functions get local Function.prototype
25 FAIL Cross-origin Window accessors get local Function.prototype Cannot read prop erty 'name' of undefined 25 FAIL Cross-origin Window accessors get local Function.prototype Cannot read prop erty 'name' of undefined
26 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 26 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
27 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 27 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
28 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 28 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
29 Harness: the test ran to completion. 29 Harness: the test ran to completion.
30 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698