haikuwebkit/LayoutTests/fast/forms/indeterminate-progress-inli...

8 lines
266 B
HTML

<progress style="height: 0;"></progress><br/>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write("system-styled indeterminate progress bar height should be > 0, was: " + document.getElementsByTagName("progress")[0].offsetHeight);
</script>