chromium/third_party/blink/web_tests/fast/replaced/object-display-none.html

<!DOCTYPE html>
<html>
<body>

  <p>Should not see the object below (it has display:none).</p>
  <object style="display:none" type="text/html" data="resources/007-sub.html">Fallback here</object>

</body>
</html>