gecko/layout/reftests/bidi/bidi-006-ref.html
2007-09-25 08:55:34 -07:00

31 lines
854 B
HTML

<!DOCTYPE html>
<!-- Bidi reftest 006: rtl text with diacritics. This is hard to reftest
because if there is a bug it will typically be exhibited in the reference
rendering as well as in the test. The approach adopted here is to use
"overflow-x: hidden", so that if the diacritic is shifted to the right or
left it will disappear from the test rendering and be visible (even if in
the wrong place) in the reference rendering.
Relevant bugs:
378351 (Windows)
386573 (Mac)
387653 (Linux)
395676 (Windows)
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8";
</head>
<style type="text/css">
p {
font-family: sans-serif;
font-size: 36pt;
width: 9pt;
margin: 48pt;
}
</style>
<body>
<p>&#x5d9;&#x5b8;</p>
</body>
</html>