repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 458160 - Enable downloadable .otf fonts under Windows. r=roc, sr=vlad.
[wine-gecko.git]
/
layout
/
reftests
/
css-charset
/
test-charset-trailing-space.html
blob
c91cdf894227cfe6e8abc61cd754a49aee132526
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>
14