embed-in-object-fallback-image-ref.html (393B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Embed Reftest Reference</title> 4 <link rel="author" title="Peng Zhou" href="mailto:zhoupeng.1996@bytedance.com"> 5 <style> 6 embed { 7 background-color: red; 8 height: 100px; 9 width: 100px; 10 } 11 </style> 12 <body> 13 <p>Test passes if there is <strong>red</strong>.</p> 14 <embed src="/images/red-16x16.png" type="image/png"></embed> 15 </body> 16 </body>