blob: f7f16c3a172d1d69403e84ad9f8debe9a46235cc [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<body>
<p>The blue box should be stacked on top the black box.</p>
<!-- https://bugs.webkit.org/show_bug.cgi?id=103116 -->
<div style="height: 20px; width:20px; background: blue;"></div>
<div style="height: 20px; width:20px; background: black;"></div>
</body>