4 Frame: '<!--framePath //<!--frame0-->-->'
6 Tests that assigning a bad string to HTMLFrameElement.location throws and aborts properly.
8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
11 PASS frameLocation is not null
12 PASS frameLocation is not undefined
13 PASS parent.frames[1].location = badString; threw exception Exception in toString().
14 PASS parent.frames[1].location is frameLocation
15 PASS successfullyParsed is true