Commit 591abc73 authored by yosin@chromium.org's avatar yosin@chromium.org

Don't use Ahem font in LayoutTests/editing/selection/move-by-line-006.html

This patch changes "move-by-line-006.html" to use "monospace" font instead of
"Ahem" font to mitigate flakiness on local Windows desktop.

When I run "move-by-line-006.html" on local Windows desktop, it is flaky, e.g.
failed on parallel test execution but succeeded on single execution.

BUG=n/a
TEST=n/a; no behavior changes

Review URL: https://codereview.chromium.org/1314643006

git-svn-id: svn://svn.chromium.org/blink/trunk@201856 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 02a7b86b
......@@ -4,7 +4,7 @@ aaaa aaaa
| <span>
| style="border-style: dashed; background-color: #000"
| "
aaaa aaaa aaaa <#selection-caret>aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa
aaaa aaaa aaaa aaaa aaaa aaaa <#selection-caret>aaaa aaaa aaaa aaaa aaaa aaaa
aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa"
| "
"
<!DOCTYPE html>
<html>
<script src="../../resources/ahem.js"></script>
<body>
<p>To manually run the test, put the cursor at the beginning of the next paragraph,
and then press the down arrow key. The caret should go to the next line,
not the beginning of the dashed section.</p>
<div id="result" style="font-family: Ahem; font-size: 16px; color: #fcc; width:400px;">
<div id="result" style="font-family: monospace; font-size: 16px; color: #fcc; width:400px;">
aaaa aaaa
<span style="border-style: dashed; background-color: #000">
aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment