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

Unified Diff: LayoutTests/editing/selection/move-by-line-006.html

Issue 1314643006: Don't use Ahem font in LayoutTests/editing/selection/move-by-line-006.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-09-07T10:40:31 Created 5 years, 3 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/editing/selection/move-by-line-006-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/selection/move-by-line-006.html
diff --git a/LayoutTests/editing/selection/move-by-line-006.html b/LayoutTests/editing/selection/move-by-line-006.html
index 56a1f1923ea8d5a0dd040b492ec2b5831920e2bc..5dcc92f35afe289492ad2e8571fbbb6f4e3f82da 100644
--- a/LayoutTests/editing/selection/move-by-line-006.html
+++ b/LayoutTests/editing/selection/move-by-line-006.html
@@ -1,12 +1,11 @@
<!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
« no previous file with comments | « no previous file | LayoutTests/editing/selection/move-by-line-006-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698