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

<!DOCTYPE html>
<html>
<body>

  <p>Should not see the embed below (it has display:none).</p>
  <embed style="display:none" src="resources/test.swf"
    quality="high" width="550" height="400"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
  </embed>

</body>
</html>