chromium/third_party/blink/web_tests/external/wpt/html/rendering/replaced-elements/embedded-content/object-fallback-text-decoration.html

<!doctype html>
<title>Rendering of object element fallback with text-decoration</title>
<link rel="match" href="object-fallback-text-decoration-ref.html">
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules">
<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>