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
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
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)
PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS PASS

Reftest detail

equal
1
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">

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