repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bumping manifests a=b2g-bump
[gecko.git]
/
layout
/
reftests
/
bugs
/
571347-2a.html
blob
fb9e23eeced976e17557c5d455fccbf7f41530fe
1
<!-- Quirks on purpose -->
2
<head>
3
<style>
4
body { color: red; }
5
.Foo { color: green; }
6
</style>
7
<body
onload
=
"document.body.className = 'abc Foo'"
class
=
"abc"
>
8
This should be green
9
</body>
10
</head>