1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/editor/reftests/caret_on_positioned.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +<html><head> 1.5 +<title>caret should be visible on stack context contents</title> 1.6 +</head><body> 1.7 +<div id="d" style="position: absolute; width: 100px; height: 100px; background: none repeat scroll 0% 0% cyan;" contenteditable=""></div> 1.8 +<script> 1.9 +document.getElementById("d").focus(); 1.10 +</script> 1.11 +</body></html> 1.12 \ No newline at end of file