Bug 458160 - Enable downloadable .otf fonts under Windows. r=roc, sr=vlad.
[wine-gecko.git] / layout / reftests / css-charset / test-charset-trailing-space.html
blobc91cdf894227cfe6e8abc61cd754a49aee132526
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body { color: green; }
6 </style>
7 <link rel="stylesheet" type="text/css" charset="us-ascii"
8 href="test-charset-trailing-space.css">
9 </head>
10 <body>
11 This should be green
12 </body>
13 <html>