mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
31 lines
854 B
HTML
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>יָ</p>
|
|
</body>
|
|
</html>
|