Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Embed Reftest Reference</title>
<link rel="author" title="Peng Zhou" href="mailto:zhoupeng.1996@bytedance.com">
<style>
embed {
background-color: red;
height: 100px;
width: 100px;
}
</style>
<body>
<p>Test passes if there is <strong>red</strong>.</p>
<embed src="/images/red-16x16.png" type="image/png"></embed>
</body>
</body>