Bug 889401 - Part 3. reftests for COLR/CPAL. r=jfkthame

This commit is contained in:
Makoto Kato 2014-05-26 19:09:25 +09:00
parent d38288b73d
commit f12347d45e
7 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emoji;
src: url("../fonts/emoji.ttf");
}
span {
font-family: emoji;
font-size: 25pt;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emoji;
src: url("../fonts/emoji.ttf");
}
span {
font-family: emoji;
font-size: 25pt;
color: yellow;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emojiyellow;
src: url("../fonts/emoji-yellow.ttf");
}
span {
font-family: emojiyellow;
font-size: 25pt;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
@font-face {
font-family: emojiyellow;
src: url("../fonts/emoji-yellow.ttf");
}
span {
font-family: emojiyellow;
font-size: 25pt;
color: red;
}
</style>
</head>
<body>
<span>&#xe000;</span>
</body>
</html>

View File

@ -158,3 +158,8 @@ HTTP(..) == font-redirect.html order-1-ref.html
== dynamic-duplicate-rule-1a.html dynamic-duplicate-rule-1-ref.html
== dynamic-duplicate-rule-1b.html dynamic-duplicate-rule-1-ref.html
== dynamic-duplicate-rule-1c.html dynamic-duplicate-rule-1-ref.html
# Test for COLR and CPAL support
HTTP(..) == color-1a.html color-1-ref.html
HTTP(..) != color-1a.html color-1-notref.html
HTTP(..) == color-1b.html color-1-ref.html

Binary file not shown.

Binary file not shown.