16 lines
431 B
HTML
16 lines
431 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>CSS fonts: Web fonts from removed stylsheets should not be accessible</title>
|
|
<link rel="author" title="Martin Robinson" href="mrobinson@igalia.com">
|
|
<link rel="help" href="https://drafts.csswg.org/css-fonts/#font-face-rule">
|
|
</head>
|
|
|
|
<body>
|
|
<p>Test passes if the text below is not rendered with Ahem.</p>
|
|
<p>TEXT</p>
|
|
</body>
|
|
|
|
</html>
|
|
|