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

Unified Diff: LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js

Issue 291853004: Update Ahem capitalization in LayoutTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js
diff --git a/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js b/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js
index 3b22e2f1f628e8e8c2717d9c0e8bd28297012966..da0404f8a2ca5a9df0cfd54a1440a8a029223f23 100644
--- a/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js
+++ b/LayoutTests/editing/selection/script-tests/click-in-margins-inside-editable-div.js
@@ -3,7 +3,7 @@ description("Ensure cursor placement matches IE6/IE7/FF3 when clicking above/bel
document.body.style.margin = 0;
var div = document.createElement("div");
-div.style.cssText = "font-family: ahem; font-size: 20px; -webkit-text-fill-color: yellow; width: 40px; height: 80px; padding: 20px; background-color: green;";
+div.style.cssText = "font-family: Ahem; font-size: 20px; -webkit-text-fill-color: yellow; width: 40px; height: 80px; padding: 20px; background-color: green;";
div.contentEditable = true;
var firstText = document.createTextNode("XX");

Powered by Google App Engine
This is Rietveld 408576698