blob: 51950b1f5de0068849aba17fafbbaa30bc5336e8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: "WebFont";
src: url("../../resources/Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
<div style="font: 32px 'WebFont';">Hello</div>
<iframe id="target" srcdoc="
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style='font: 32px WebFont;'>Hello</div>
</body>
</html>"></iframe>
</body>
</html>