Index: LayoutTests/fast/multicol/hit-test-above-or-below.html |
diff --git a/LayoutTests/fast/multicol/hit-test-above-or-below.html b/LayoutTests/fast/multicol/hit-test-above-or-below.html |
index 5458a0ad960a5c2c5e6b20a6e2c4f0dda58eac58..23cb57b34bf1e57c34252b2d9a5f9c611b8282b8 100644 |
--- a/LayoutTests/fast/multicol/hit-test-above-or-below.html |
+++ b/LayoutTests/fast/multicol/hit-test-above-or-below.html |
@@ -3,6 +3,8 @@ |
123<div style="background-color: blue; height: 70px;"></div>abc<br>def<div style="background-color: blue; height: 60px;"></div>ghi<br>jkl<div style="background-color: blue; height: 110px;"></div>mno</div> |
<pre id="console" style="display: none;"></pre> |
<script> |
+ if (window.internals) |
+ internals.settings.setEditingBehavior("mac"); |
function characterAtPoint(x, y) |
{ |
var range = document.caretRangeFromPoint(x, y); |