4 <div id=
"container"></div>
7 window
.testRunner
.dumpAsText();
8 window
.onerror = function(message
) { console
.log("FAIL"); }
10 Object
.defineProperty(Object
.prototype, "prototype", {
11 get: function() { console
.log("FAIL"); },
12 set: function() { console
.log("FAIL"); }
15 Object
.defineProperty(Object
.prototype, "constructor", {
16 get: function() { console
.log("FAIL"); },
17 set: function() { console
.log("FAIL"); }
20 throw "PASS if this is reported as an uncaught exception.";