summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui/caret-color-01.html
blob: 7e9d0b33ba6efbaaf9d5fcb29641496fe2be3d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
@font-face {
  font-family: Ahem;
  src: url(../fonts/Ahem.ttf);
}
textarea {
  caret-color: green;
  font: 16px/1 Ahem;
  outline: none;
  border: 0 none;
  resize: none;
  padding: 0;
  margin: 0;
}
</style>
<textarea autofocus></textarea>