haikuwebkit/LayoutTests/fast/images/pdf-in-canvas-expected.html

16 lines
753 B
HTML

<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>This test passes if you see a green box below (possibly with a green border).</p>
<div style="position: relative;">
<div style="position: absolute; left: 0px; top: 0px; width: 100px; height: 100px; background: #008E00;"></div>
<div style="position: absolute; left: -3px; top: -3px; width: 6px; height: 106px; background: green;"></div>
<div style="position: absolute; left: 97px; top: -3px; width: 6px; height: 106px; background: green;"></div>
<div style="position: absolute; left: -3px; top: -3px; width: 106px; height: 6px; background: green;"></div>
<div style="position: absolute; left: -3px; top: 97px; width: 106px; height: 6px; background: green;"></div
</div>
</body>
</html>