Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-input-element/placeholder-update-no-value.html - WPT Dashboard Interop Dashboard
<!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>