Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<link rel="match" href="placeholder-update-no-value-ref.html">
<body>
<input id=input type=text placeholder=fail>
<script>
input.placeholder = "pass";
</script>
</body>
</html>