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
Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
usercss
/
usercss-uppercase.html
blob
d4dbc74eed3c5043f09e0c4d74cb0d35cf4eb9de
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<style>
5
p {
6
background-color: red;
7
}
8
</style>
9
</head>
10
<body>
11
<p
class
=
"RefTest-upperCase"
>
This paragraph should have a green background.
</p>
12
<p
class
=
"RefTest-upperCase"
>
This paragraph should have a green background.
</p>
13
</body>
14
</html>