Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/usercss/reftest.list
<!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>