chromium/third_party/blink/web_tests/http/tests/navigation/reload-subframe-object.html

<html>
<head>
<script type="text/javascript">
function startTest()
{
    testRunner.dumpAsText();
    testRunner.dumpChildFrames();
    testRunner.queueLoad("resources/reload-subframe.pl?type=object");
    testRunner.queueReload();
}
</script>
</head>
<body onload="startTest();">
</body>
</html>