blob: 632e8f2ca8b0b0a7dbc8c8b3a434f964732246a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<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>
|