зеркало из https://github.com/mozilla/pjs.git
Regression tests for runs of characters with different implicit directionality but the same resolved direction
This commit is contained in:
Родитель
9e95de6d9a
Коммит
c2ed1f5630
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 00: English - Hebrew -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: ltr; unicode-bidi: bidi-override">Hello םלוע</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 00: English - Hebrew -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hello עולם</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 00: English - Hebrew -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: ltr; unicode-bidi: bidi-override">Hello םלוע</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 01: Hebrew - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: rtl; unicode-bidi: bidi-override">שלום dlroW</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 01: Hebrew - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span>World שלום</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 01: Hebrew - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: rtl; unicode-bidi: bidi-override">שלום dlroW</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 02: English - Arabic -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: ltr; unicode-bidi: bidi-override">Hello ةينود</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 02: English - Arabic -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span>Hello دونية</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 02: English - Arabic -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: ltr; unicode-bidi: bidi-override">Hello ةينود</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 03: Arabic - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: rtl; unicode-bidi: bidi-override">سلمات dlroW</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 03: Arabic - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span>World سلمات</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<!-- Mixed chartype reftest 03: Arabic - English -->
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: serif;
|
||||
font-size: 24px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="direction: rtl; unicode-bidi: bidi-override">سلمات dlroW</span></p>
|
||||
</body>
|
||||
</html>
|
|
@ -9,5 +9,13 @@ fails-if(MOZ_WIDGET_TOOLKIT!="windows") == bidi-004-j.html bidi-004-ref.html
|
|||
== bidi-005.html bidi-005-ref.html
|
||||
== bidi-006.html bidi-006-ref.html
|
||||
== bidi-006-j.html bidi-006-ref.html
|
||||
== mixedChartype-00.html mixedChartype-00-ref.html
|
||||
== mixedChartype-00-j.html mixedChartype-00-ref.html
|
||||
== mixedChartype-01.html mixedChartype-01-ref.html
|
||||
== mixedChartype-01-j.html mixedChartype-01-ref.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == mixedChartype-02.html mixedChartype-02-ref.html # Bug 402427
|
||||
fails-if(MOZ_WIDGET_TOOLKIT=="gtk2") == mixedChartype-02-j.html mixedChartype-02-ref.html # Bug 402427
|
||||
== mixedChartype-03.html mixedChartype-03-ref.html
|
||||
== mixedChartype-03-j.html mixedChartype-03-ref.html
|
||||
== 386339.html 386339-ref.html
|
||||
fails-if(MOZ_WIDGET_TOOLKIT!="gtk2") == 387653.html 387653-ref.html # Linux-specific bug
|
||||
|
|
Загрузка…
Ссылка в новой задаче