test2.html (307B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>HTML Test: child browsing contexts created by object and embed elements</title> 4 <link rel="author" title="Intel" href="http://www.intel.com/" /> 5 <object type="image/png" src="/images/green.png"></object> 6 <embed type="image/png" src="/images/green.png"></embed>