Test mozilla/layout/reftests/font-face/reftest:HTTP(..) == enable-sheet-5.html enable-sheet-4-ref.html Detail
- id
- mozilla/layout/reftests/font-face/reftest:168d51a822b67d051f9431f62db564c2
- 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/enable-sheet-5.html
- file
- mozilla/layout/reftests/font-face/enable-sheet-5.html
- url2
- http://localhost:8888/mozilla/layout/reftests/font-face/enable-sheet-4-ref.html
- file2
- mozilla/layout/reftests/font-face/enable-sheet-4-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">
@font-face {
font-family: "One";
src: url(../fonts/markA.ttf);
}
</style>
<style type="text/css">
@font-face {
font-family: "One";
src: url(../fonts/mark2A.ttf);
}
</style>
<style type="text/css">
body { font-family: "One"; }
</style>
<script type="application/ecmascript">
document.getElementsByTagName("style")[1].disabled = true;
function run() {
// The resize-detector iframe will remove the class attribute.
document.getElementsByTagName("iframe")[0].contentWindow.arm_for_wider();
document.getElementsByTagName("style")[1].disabled = false;
}
</script>
</head>
<body onload="setTimeout(run, 20)">
<p style="position:relative; width: -moz-max-content">ABC<iframe style="visibility:hidden;position:absolute;height:100%;width:100%" src="resize-detector-iframe.html"></iframe></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">
@font-face {
font-family: "Mark2A";
src: url(../fonts/mark2A.ttf);
}
</style>
<style type="text/css">
body { font-family: "Mark2A"; }
</style>
</head>
<body>
<p>ABC</p>
</body>
</html>
file2 frame
: