mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 983985 - Reftests for hexbox in fake-italic text. r=bas
This commit is contained in:
parent
3c6462cb13
commit
e022c4f6c6
19
layout/reftests/bugs/983985-1-ref.html
Normal file
19
layout/reftests/bugs/983985-1-ref.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 983985</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font: 36px test;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
hello ԰ world
|
||||
</body>
|
||||
</html>
|
19
layout/reftests/bugs/983985-1.html
Normal file
19
layout/reftests/bugs/983985-1.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 983985</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
body {
|
||||
font: 36px test;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
hello <i>԰</i> world
|
||||
</body>
|
||||
</html>
|
28
layout/reftests/bugs/983985-2-ref.html
Normal file
28
layout/reftests/bugs/983985-2-ref.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 983985</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
.outer {
|
||||
font: italic 36px test;
|
||||
width: 2.5em; /* enough to display "hello" but not the hexbox */
|
||||
overflow: hidden;
|
||||
}
|
||||
.inner {
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<div class="inner">
|
||||
hello <em>԰</em> world
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
28
layout/reftests/bugs/983985-2.html
Normal file
28
layout/reftests/bugs/983985-2.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bug 983985</title>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: test;
|
||||
src: url(../fonts/dejavu-sans/DejaVuSans.ttf);
|
||||
}
|
||||
.outer {
|
||||
font: italic 36px test;
|
||||
width: 2.5em; /* enough to display "hello" but not the hexbox */
|
||||
overflow: hidden;
|
||||
}
|
||||
.inner {
|
||||
width: 10em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="outer">
|
||||
<div class="inner">
|
||||
hello ԰ world
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1810,6 +1810,8 @@ skip-if(Android) == 966510-2.html 966510-2-ref.html # same as above
|
||||
== 983084-2.html 983084-2-ref.html
|
||||
== 983084-3.html 983084-1-ref.html
|
||||
== 983691-1.html 983691-ref.html
|
||||
HTTP(..) == 983985-1.html 983985-1-ref.html
|
||||
HTTP(..) == 983985-2.html 983985-2-ref.html
|
||||
== 985303-1a.html 985303-1-ref.html
|
||||
== 985303-1b.html 985303-1-ref.html
|
||||
== 987680-1.html 987680-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user