haikuwebkit/LayoutTests/js/mozilla/strict/15.3.5.2-expected.txt

9 lines
210 B
Plaintext

PASS 'use strict'; var f = fn(); delete f.prototype threw exception of type TypeError.
PASS var f = fn(); delete f.prototype is false
PASS true === true
PASSED!
PASS successfullyParsed is true
TEST COMPLETE