blob: a6a9a280be625fe262d64e55232f26ca1f6d5b22 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<style>
body::before { content: inherit; }
</style>
</head>
<body onload="document.body.style.content = '"This text should be visible"';">
</body>
</html>
|