summaryrefslogtreecommitdiffstats
path: root/layout/reftests/usercss/usercss-uppercase.html
blob: d4dbc74eed3c5043f09e0c4d74cb0d35cf4eb9de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<style>
p {
  background-color: red;
}
</style>
</head>
<body>
<p class="RefTest-upperCase">This paragraph should have a green background.</p>
<p class="RefTest-upperCase">This paragraph should have a green background.</p>
</body>
</html>