mirror of
https://github.com/servo/servo.git
synced 2025-10-15 07:50:20 +01:00
6 lines
159 B
HTML
6 lines
159 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
input { background-color: rgb(0, 100, 0); }
|
|
</style>
|
|
<input value="text">
|
|
<p>PASS if the input field has a dark green background</p>
|