blob: 5d1f0086dd58424e8ed865cdb33b2d6770e0832d [file] [log] [blame]
<html>
<body>
Image:<br/>
<img src="qrc:/webkit/inspector/Images/largerResourcesButtonGlyph.png" width="80" height="80"/>
<br/>
<!-- visible progressbar -->
<div>
QT progress bar:
<object type="application/x-qt-plugin" classid="QProgressBar" name="progressbar1" height=30></object>
</div>
<!-- should not be visible -->
<div style="visibility: hidden;">
You should not see this:
<object type="application/x-qt-plugin" classid="QProgressBar" name="progressbar2" height=30></object>
</div>
</body>
</html>