servo/tests/wpt/web-platform-tests/css/css-ui/appearance-transition-ref.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>