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
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
Firefox 2 Win (2.0.0.20) Firefox 2 Lin (2.0.0.20) Firefox 3 Win (3.0.6) Firefox 3 Lin (3.0.6) Firefox 3.1 Win (3.1b2) Firefox 3.1 Lin (3.1b2) Firefox trunk Win (2009 02 22) Firefox trunk Lin (2009 02 22) Safari 3 Win (3.2) Safari trunk Win (41121) Opera 9 Win (9.62) Opera 9 Lin (9.62) IE 6 Win (6) IE 7 Win (7) IE 8 Win (8rc1)
FAIL FAIL FAIL FAIL PASS FAIL PASS PASS PASS PASS FAIL FAIL FAIL FAIL FAIL

Reftest detail

equal
0
expected
0
failure_type
file:
<!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 show/hide:

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 show/hide: