<!DOCTYPE html> <html> <head> <style> body::before { content: inherit; } </style> </head> <body onload="document.body.style.content = '"This text should be visible"';"> </body> </html>