summaryrefslogtreecommitdiffstats
path: root/devtools/client
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-12-18 13:22:53 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-12-18 13:22:53 +0100
commit0f67e7b22c103b0358917143be185900a2434bde (patch)
treea226f5d77844c02f1df7c1caef2f7111a8f3a897 /devtools/client
parent342f9429523f989f2c5e0d82093286de481c50d4 (diff)
downloadUXP-0f67e7b22c103b0358917143be185900a2434bde.tar
UXP-0f67e7b22c103b0358917143be185900a2434bde.tar.gz
UXP-0f67e7b22c103b0358917143be185900a2434bde.tar.lz
UXP-0f67e7b22c103b0358917143be185900a2434bde.tar.xz
UXP-0f67e7b22c103b0358917143be185900a2434bde.zip
Issue #1328 - Part 2: Change tests that require Courier New explicitly.
Diffstat (limited to 'devtools/client')
-rw-r--r--devtools/client/shared/test/helper_inplace_editor.js2
1 files changed, 1 insertions, 1 deletions
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";