summaryrefslogtreecommitdiffstats
path: root/editor/reftests/caret_on_positioned.html
diff options
context:
space:
mode:
Diffstat (limited to 'editor/reftests/caret_on_positioned.html')
-rw-r--r--editor/reftests/caret_on_positioned.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/reftests/caret_on_positioned.html b/editor/reftests/caret_on_positioned.html
new file mode 100644
index 0000000000..8a4a3c2f3a
--- /dev/null
+++ b/editor/reftests/caret_on_positioned.html
@@ -0,0 +1,8 @@
+<html><head>
+<title>caret should be visible on stack context contents</title>
+</head><body>
+<div id="d" style="position: absolute; width: 100px; height: 100px; background: none repeat scroll 0% 0% cyan;" contenteditable=""></div>
+<script>
+document.getElementById("d").focus();
+</script>
+</body></html> \ No newline at end of file