summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/transparent-textarea.html
blob: a82aef57d53bda36159594dd5f660d924a6f9787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<style>
textarea {
  color: transparent;
  background: unset;
  border: none;
  resize: none;
  padding: 0;
  position: absolute;
}
</style>
<textarea>
  FAIL
</textarea>
<pre>
  PASS
</pre>