1
0
Fork 0
firefox/layout/reftests/writing-mode/1127488-align-bottom-right-ref.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
470 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" />
<style type="text/css">
body {
margin: 0;
}
div {
position: absolute;
left: 200px;
top: 200px;
}
</style>
</head>
<body>
<div><img src="green-100x100.png" width="100" height="100" alt="Image download support must be enabled"></img></div>
</body>
</html>