mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
tests for bug 603710, first-letter in Indic a=test
This commit is contained in:
parent
d181c4cd59
commit
cf478ac9d4
12
layout/reftests/first-letter/329069-4-ref.html
Normal file
12
layout/reftests/first-letter/329069-4-ref.html
Normal 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">वि</span>किपीडिया</p>
|
||||
</body>
|
||||
</html>
|
12
layout/reftests/first-letter/329069-4.html
Normal file
12
layout/reftests/first-letter/329069-4.html
Normal 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>विकिपीडिया</p>
|
||||
</body>
|
||||
</html>
|
12
layout/reftests/first-letter/329069-5-ref.html
Normal file
12
layout/reftests/first-letter/329069-5-ref.html
Normal 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">स्थि</span>ति</p>
|
||||
</body>
|
||||
</html>
|
12
layout/reftests/first-letter/329069-5.html
Normal file
12
layout/reftests/first-letter/329069-5.html
Normal 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>स्थिति</p>
|
||||
</body>
|
||||
</html>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user