14 lines
272 B
HTML
14 lines
272 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
p {
|
|
background-color: red;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p class="reftest-usercss">This paragraph should have a green background.</p>
|
|
<p class="reftest-usercss-import">This paragraph should have a green background.</p>
|
|
</body>
|
|
</html>
|