blob: 2ee031abdc4a491d94ac27fbe20d7187a1d6e15e [file] [log] [blame]
Tests setting document.body to another frame's body
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document1.body is not null
PASS document2.body is null
PASS document2.body = document1.body did not throw exception.
PASS document2.body is not null
PASS document1.body is null
PASS successfullyParsed is true
TEST COMPLETE