mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
19 lines
369 B
HTML
19 lines
369 B
HTML
<html>
|
|
<head>
|
|
<title>Reference for test that invalid XML in the 'SVG ' table is rejected</title>
|
|
<style>
|
|
@font-face {
|
|
font-family : 'Liberation';
|
|
src : url(resources/nosvg.woff);
|
|
}
|
|
body {
|
|
font-family : 'Liberation';
|
|
font-size : 200px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
LML︁
|
|
</body>
|
|
</html>
|