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