Test mozilla/layout/reftests/font-face/reftest:HTTP(..) == prop-order-over-rule-order-1b.html prop-order-over-rule-order-2b.html Detail
- id
- mozilla/layout/reftests/font-face/reftest:022785c9b4fe3375974ad9dec1baf40e
- type
- reftest
- version
- 0
- enabled
- 1
- tags
- flags
- sections
-
- CSS3 module: Web Fonts | 0. Unspecified
- url
- http://localhost:8888/mozilla/layout/reftests/font-face/prop-order-over-rule-order-1b.html
- file
- mozilla/layout/reftests/font-face/prop-order-over-rule-order-1b.html
- url2
- http://localhost:8888/mozilla/layout/reftests/font-face/prop-order-over-rule-order-2b.html
- file2
- mozilla/layout/reftests/font-face/prop-order-over-rule-order-2b.html
- results
- equal
- 1
- expected
- 0
- failure_type file:
Reftest detail
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@font-face {
font-family: "MarkA";
src: url(../fonts/markA.ttf);
}
@font-face {
font-family: "Mark2A";
src: url(../fonts/mark2A.ttf);
}
body { font-family: "Mark2A", "MarkA"; }
</style>
</head>
<body>
<p>ABC</p>
</body>
</html>
file frame
:
file2:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en-US">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
@font-face {
font-family: "Mark2A";
src: url(../fonts/mark2A.ttf);
}
@font-face {
font-family: "MarkA";
src: url(../fonts/markA.ttf);
}
body { font-family: "Mark2A", "MarkA"; }
</style>
</head>
<body>
<p>ABC</p>
</body>
</html>
file2 frame
: