diff options
Diffstat (limited to 'devtools/client/shared/test')
-rw-r--r-- | devtools/client/shared/test/helper_inplace_editor.js | 2 |
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"; |