tests for bug 603710, first-letter in Indic a=test

This commit is contained in:
Simon Montagu ext:(%20%2B%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E) 2010-12-09 19:53:33 +13:00
parent d181c4cd59
commit cf478ac9d4
5 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="hi">
<head>
<style>
span.fake-first-letter { color: red; }
</style>
<title>Devanagari first-letter 1</title>
</head>
<body>
<p><span class="fake-first-letter">&#x935;&#x93F;</span>&#x915;&#x93F;&#x92A;&#x940;&#x921;&#x93F;&#x92F;&#x93E;</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="hi">
<head>
<style>
p:first-letter { color: red; }
</style>
<title>Devanagari first-letter 1</title>
</head>
<body>
<p>&#x935;&#x93F;&#x915;&#x93F;&#x92A;&#x940;&#x921;&#x93F;&#x92F;&#x93E;</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="hi">
<head>
<style>
span.fake-first-letter { color: red; }
</style>
<title>Devanagari first-letter 2</title>
</head>
<body>
<p><span class="fake-first-letter">&#x938;&#x94d;&#x925;&#x93F;</span>&#x924;&#x93F;</p>
</body>
</html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="hi">
<head>
<style>
p:first-letter { color: red; }
</style>
<title>Devanagari first-letter 2</title>
</head>
<body>
<p>&#x938;&#x94d;&#x925;&#x93F;&#x924;&#x93F;</p>
</body>
</html>

View File

@ -37,6 +37,8 @@ random-if(d2d) == dynamic-2.html dynamic-2-ref.html
== 329069-1.html 329069-1-ref.html
fails-if(winWidget) == 329069-2.html 329069-2-ref.html # bug 553981
fails-if(winWidget&&!d2d) == 329069-3.html 329069-3-ref.html # bug 615445
== 329069-4.html 329069-4-ref.html
fails-if(!cocoaWidget) == 329069-5.html 329069-5-ref.html # bug 603710
== 342120-1.xhtml 342120-1-ref.xhtml
== 379799-1.html 379799-1-ref.html
== 399941-1.html 399941-1-ref.html