usercss.html (272B)
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-usercss">This paragraph should have a green background.</p> 12 <p class="reftest-usercss-import">This paragraph should have a green background.</p> 13 </body> 14 </html>