summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2/webfont.html
blob: 008edd09896b4fdcee57e57f56ccc78011a7b1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
    font-family: "WebFont";
    src: url("Ahem.ttf") format("truetype");
}
</style>
</head>
<body>
<div style="font: 100px 'WebFont';">Hello</div>
This tests passes if there is no Web Process crash.
</body>
</html>