gecko-dev/layout/style/crashtests/989965-1.html

10 строки
190 B
HTML

<!DOCTYPE html>
<body>
<style>
::placeholder { color: red; }
::placeholder:focus { color: green; }
</style>
<script>
window.getComputedStyle(document.body, "::placeholder").color;
</script>