Test that inserting an empty iframe doesn't force a style-recalc/layout
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS internals.nodeNeedsStyleRecalc(div) is true
PASS internals.layoutCountForTesting() is layoutCountBefore
PASS internals.nodeNeedsStyleRecalc(div) is true
PASS internals.nodeNeedsStyleRecalc(iframe) is true
PASS successfullyParsed is true
TEST COMPLETE