12 <p>This page tests using attributes to set style on embed elements.
13 Previous versions of WebKit supported valign and border, which
14 didn't match IE and FF. The only special support should be for 'hidden.'
</p>
16 <div id='console'
></div>
19 <embed type=
"video/quicktime" valign=
"top"></embed>
23 <embed type=
"video/quicktime" border=
"5px solid black"></embed>
28 <embed hidden=
"yes" style=
"border: 1px dashed black" type=
"video/quicktime"></embed>