Test mozilla/layout/reftests/font-face/reftest:HTTP(..) != download-1.html download-1-notref.html Detail
- id
- mozilla/layout/reftests/font-face/reftest:179b4302703f570ac81128e1365c589d
- type
- reftest
- version
- 0
- enabled
- 1
- tags
- flags
- sections
-
- CSS3 module: Web Fonts | 0. Unspecified
- url
- http://localhost:8888/mozilla/layout/reftests/font-face/download-1.html
- file
- mozilla/layout/reftests/font-face/download-1.html
- url2
- http://localhost:8888/mozilla/layout/reftests/font-face/download-1-notref.html
- file2
- mozilla/layout/reftests/font-face/download-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">
@font-face {
font-family: "MarkA";
src: url(../fonts/markA.ttf);
}
body { font-family: "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">
body { font-family: "MarkA"; }
</style>
</head>
<body>
<p>ABC</p>
</body>
</html>
file2 frame
: