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
-
- CSS3 module: Web Fonts | 0. Unspecified
- 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
- equal
- 1
- 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" 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
:
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
: