mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:30:27 +00:00
34 lines
881 B
HTML
34 lines
881 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Bug 1055665 - Test for ruby-position</title>
|
|
<link rel="stylesheet" href="common.css">
|
|
<style>
|
|
body {
|
|
font-family: monospace;
|
|
line-height: normal;
|
|
writing-mode: vertical-rl;
|
|
}
|
|
.annotation, .annotation > div {
|
|
position: absolute;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div style="width: 8em; line-height: 8em;">
|
|
<div style="display: inline-block; line-height: normal;">
|
|
<div class="annotation">
|
|
<div style="right: 100%;">left##</div>
|
|
<div style="right: -100%;">right#</div>
|
|
<div style="right: 200%;">left2#</div>
|
|
<div style="right: -200%;">right2</div>
|
|
<!-- to give container a nonzero size for
|
|
percent values to resolve against -->
|
|
</div>
|
|
base##
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|