summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ui/caret-color-01.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-ui/caret-color-01.html')
-rw-r--r--layout/reftests/css-ui/caret-color-01.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/css-ui/caret-color-01.html b/layout/reftests/css-ui/caret-color-01.html
new file mode 100644
index 0000000000..7e9d0b33ba
--- /dev/null
+++ b/layout/reftests/css-ui/caret-color-01.html
@@ -0,0 +1,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>