Test mozilla/layout/reftests/font-face/reftest:HTTP(..) == media-query-add-1.html media-query-add-1-ref.html Detail

id
mozilla/layout/reftests/font-face/reftest:04fe7caf269aaf8481dfe1f402ac146e
type
reftest
version
0
enabled
1
tags
flags
rtwait
sections
url
http://localhost:8888/mozilla/layout/reftests/font-face/media-query-add-1.html
file
mozilla/layout/reftests/font-face/media-query-add-1.html
url2
http://localhost:8888/mozilla/layout/reftests/font-face/media-query-add-1-ref.html
file2
mozilla/layout/reftests/font-face/media-query-add-1-ref.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)

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" class="reftest-wait">
<head>
	<title></title>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<style type="text/css">

	html, body, iframe { margin: 0; padding: 0; border: none; }

	</style>
	<script type="application/ecmascript">

	function run() {
		var iframe = document.getElementsByTagName("iframe")[0]
		iframe.contentWindow.arm();
		iframe.style.width = "300px";
	}

	</script>
</head>
<body onload="setTimeout(run, 20)">

<iframe style="height: 5em; width: 100px" src="media-query-inner-1.html"></iframe>

</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: "MarkA";
		src: url(../fonts/markA.ttf);
	}

	body { font-family: "MarkA"; }

	</style>
</head>
<body>

<p>ABC</p>

</body>
</html>
file2 frame show/hide: