Bug 493976 - remove obsolete AAT reftest. r=dholbert

This commit is contained in:
John Daggett 2016-01-22 16:43:01 +09:00
Родитель 577bce0291
Коммит 4385f97f0c
4 изменённых файлов: 0 добавлений и 108 удалений

Просмотреть файл

@ -94,9 +94,6 @@ HTTP(..) == ahem-metrics-1.html ahem-metrics-1-ref.html
HTTP(..) == ex-unit-1.html ex-unit-1-ref.html
HTTP(..) == ex-unit-1-dynamic.html ex-unit-1-ref.html
# bug 493976 - for some reason the Arabic tests below cause Tinderbox timeouts
# HTTP(..) == src-format-arabic.html src-format-arabic-ot-ref.html
== local-1.html local-1-ref.html
== local-styled-1.html local-styled-1-ref.html

Просмотреть файл

@ -1,36 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Test page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- text taken from http://www.unicode.org/standard/translations/arabic.html -->
<style type="text/css">
body {
margin: 50px;
font-size: 24pt;
width: 400px;
}
@font-face {
font-family: Scheherazade-AppleAdvancedTypography;
src: url(../fonts/sil/ScheherazadeRegAAT.ttf);
}
p { font-family: Scheherazade-AppleAdvancedTypography, serif; }
</style>
<script type="text/javascript">
</script>
</head>
<body dir="rtl">
<p>أساسًا، تتعامل الحواسيب مع الأرقام فقط، وتخزّن الأحرف والمحارف الأخرى بإعطاء رقم لكل واحد منها.</p>
</body>
</html>

Просмотреть файл

@ -1,36 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Test page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- text taken from http://www.unicode.org/standard/translations/arabic.html -->
<style type="text/css">
body {
margin: 50px;
font-size: 24pt;
width: 400px;
}
@font-face {
font-family: Scheherazade-OpenType;
src: url(../fonts/sil/ScheherazadeRegOT.ttf);
}
p { font-family: Scheherazade-OpenType, serif; }
</style>
<script type="text/javascript">
</script>
</head>
<body dir="rtl">
<p>أساسًا، تتعامل الحواسيب مع الأرقام فقط، وتخزّن الأحرف والمحارف الأخرى بإعطاء رقم لكل واحد منها.</p>
</body>
</html>

Просмотреть файл

@ -1,33 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Test page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- text taken from http://www.unicode.org/standard/translations/arabic.html -->
<style type="text/css">
@import url("../fonts/sil/silfonts.css");
body {
margin: 50px;
font-size: 24pt;
width: 400px;
}
p { font-family: Scheherazade, serif; }
</style>
<script type="text/javascript">
</script>
</head>
<body dir="rtl">
<p>أساسًا، تتعامل الحواسيب مع الأرقام فقط، وتخزّن الأحرف والمحارف الأخرى بإعطاء رقم لكل واحد منها.</p>
</body>
</html>