blob: dd01acd3d47331ba21e08f31edb0f5623f7aee6b [file] [log] [blame]
<iframe src="blank.html" name="frameA"></iframe>
<iframe src="blank.html"></iframe>
<iframe src="blank.html" name="frameC"></iframe>
<script>
window.customWindowProperty = 1;
window.history.customHistoryProperty = 1;
window.location.customLocationProperty = 1;
window.onload = function()
{
if (window.testRunner)
testRunner.globalFlag = true;
}
</script>