Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!doctype html>
<title>Rendering of object element fallback with text-decoration</title>
<link rel="match" href="object-fallback-text-decoration-ref.html">
<meta name="assert" content="Checks that text-decoration applies to rendered object fallback.">
<style>
object { text-decoration: underline; }
</style>
<object>This text should be underlined.</object>