Index: LayoutTests/fast/text/selection-rect-line-height-too-small.html |
diff --git a/LayoutTests/fast/text/selection-rect-line-height-too-small.html b/LayoutTests/fast/text/selection-rect-line-height-too-small.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d2a213b0dcaa348b54ba29d2144f6fcd2cd69ae0 |
--- /dev/null |
+++ b/LayoutTests/fast/text/selection-rect-line-height-too-small.html |
@@ -0,0 +1,9 @@ |
+<style> |
+ div::selection { background-color: green; } |
+</style> |
+<div id="target" style="font-size: 16px; height: 20px; line-height: 0px;"> |
+ The House |
+</div> |
+<script> |
+ getSelection().setBaseAndExtent(target, 0, target, 1); |
+</script> |