From 0f67e7b22c103b0358917143be185900a2434bde Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Wed, 18 Dec 2019 13:22:53 +0100 Subject: Issue #1328 - Part 2: Change tests that require Courier New explicitly. --- devtools/client/shared/test/helper_inplace_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devtools/client') diff --git a/devtools/client/shared/test/helper_inplace_editor.js b/devtools/client/shared/test/helper_inplace_editor.js index ec6b79e00..9c53557e4 100644 --- a/devtools/client/shared/test/helper_inplace_editor.js +++ b/devtools/client/shared/test/helper_inplace_editor.js @@ -52,7 +52,7 @@ function createSpan(doc) { span.style.display = "inline-block"; span.style.width = "100px"; span.style.border = "1px solid red"; - span.style.fontFamily = "monospace"; + span.style.fontFamily = "Courier New"; div.style.height = "100%"; div.style.position = "absolute"; -- cgit v1.2.3