Test mozilla/layout/reftests/font-face/reftest:HTTP(..) != multiple-descriptor-1.html multiple-descriptor-1-notref.html Detail
- id
- mozilla/layout/reftests/font-face/reftest:0f1de730581dfa5f8abe44d6511f25eb
- type
- reftest
- version
- 0
- enabled
- 1
- tags
- flags
- sections
-
- CSS3 module: Web Fonts | 0. Unspecified
- url
- http://localhost:8888/mozilla/layout/reftests/font-face/multiple-descriptor-1.html
- file
- mozilla/layout/reftests/font-face/multiple-descriptor-1.html
- url2
- http://localhost:8888/mozilla/layout/reftests/font-face/multiple-descriptor-1-notref.html
- file2
- mozilla/layout/reftests/font-face/multiple-descriptor-1-notref.html
- results
- equal
- 0
- 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">
/* The last descriptor in a given rule wins, per CSS 2.0 */
@font-face {
font-family: "One";
src: url(../fonts/markB.ttf);
src: url(../fonts/markA.ttf);
font-family: "Two";
}
</style>
</head>
<body>
<p style="font-family: One">ABC</p>
<p style="font-family: Two">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"> </head> <body> <p>ABC</p> <p>ABC</p> </body> </html>file2 frame :