Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
input { background-color: rgb(128, 228, 128); }
</style>
<input value="text">
<p>PASS if the input field has a light green background</p>
<!DOCTYPE html>
<style>
input { background-color: rgb(128, 228, 128); }
</style>
<input value="text">
<p>PASS if the input field has a light green background</p>