summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/replaced/embed-display-none.html
blob: 5c406243a1557dc700f885f81ca03e84f02c6a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>