summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/widgets/appearance/appearance-transition-002-ref.html
blob: febd6c55aa655b7a94d8cda2255e2320a6a3e97a (plain)
1
2
3
4
5
6
<!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>