blob: 7e0e015afbf09639406d0eb06702da491baa6e8f [file] [log] [blame]
Blocked access to external URL http://www.localhost:8801/common/domain-setter.sub.html
PASS Same-origin-domain prerequisite check: the original prototype is accessible
PASS Same-origin-domain: setting the prototype to an empty object via Object.setPrototypeOf should throw a TypeError
PASS Same-origin-domain: setting the prototype to an empty object via __proto__ should throw a TypeError
PASS Same-origin-domain: setting the prototype to an empty object via Reflect.setPrototypeOf should return false
PASS Same-origin-domain: the prototype must still be its original value
PASS Same-origin-domain: setting the prototype to its original value via Object.setPrototypeOf should not throw
PASS Same-origin-domain: setting the prototype to its original value via __proto__ should not throw
PASS Same-origin-domain: setting the prototype to its original value via Reflect.setPrototypeOf should return true