Bug 458160 - Enable downloadable .otf fonts under Windows. r=roc, sr=vlad.
[wine-gecko.git] / layout / reftests / css-charset / test-attribute.html
blob23ba888b21f6ede2647c9f7039287297139d6feb
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="UTF-16BE"
8 href="test-attribute.css">
9 </head>
10 <body>
11 This should be green
12 </body>
13 <html>