Revision 71cb0a081bf5e98368406fe76dc8f74c9a5aac88 authored by B2G Bumper Bot on 26 May 2014, 09:13:00 UTC, committed by B2G Bumper Bot on 26 May 2014, 09:13:00 UTC
1 parent 095b31a
Raw File
472237-1.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">

@font-face {
      font-family: "Fontin-Sans SC";
      /* the font url below is correct but won't be accessed due to cross-site restrictions */
      src: url(../../reftests/fonts/markA.ttf) format("opentype");
}

</style>

<script type="text/javascript">

function boom()
{
  document.getElementById("r").style.fontFamily = "'Fontin-Sans SC'";
  document.documentElement.offsetHeight;
  document.removeChild(document.documentElement);
}

</script>
</head>

<body onload="boom();"><div id="r">R</div></body>
</html>
back to top