summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/989965-1.html
blob: a2879d973f94f8166b7cb029d6bbeb85c00aa9c8 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
<style>
::placeholder { color: red; }
::placeholder:focus { color: green; }
</style>
<script>
window.getComputedStyle(document.body, "::placeholder").color;
</script>