mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
7 lines
307 B
HTML
7 lines
307 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test: child browsing contexts created by object and embed elements</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com/" />
|
|
<object type="image/png" src="/images/green.png"></object>
|
|
<embed type="image/png" src="/images/green.png"></embed>
|