Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: LayoutTests/fast/multicol/hit-test-above-or-below.html

Issue 1016603006: Force Mac editing behavior for fast/multicol/hit-test-above-or-below.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/platform/win/fast/multicol/hit-test-above-or-below-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | LayoutTests/platform/win/fast/multicol/hit-test-above-or-below-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698