blob: 40574731bfc36fc49b6e234a3802a659f14c0c61 [file] [log] [blame]
This iframe should have a border.<br>
<iframe frameborder="1" src="about:blank"></iframe>
<br>
This iframe should not.<br>
<iframe frameborder="0" src="about:blank"></iframe>
<br>
This iframe should have a border.
<br>
<iframe frameborder="0" style="border:2px inset" src="about:blank"></iframe>