diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-18 13:22:53 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-12-18 13:22:53 +0100 |
commit | 0f67e7b22c103b0358917143be185900a2434bde (patch) | |
tree | a226f5d77844c02f1df7c1caef2f7111a8f3a897 /dom/tests/mochitest | |
parent | 342f9429523f989f2c5e0d82093286de481c50d4 (diff) | |
download | UXP-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 'dom/tests/mochitest')
-rw-r--r-- | dom/tests/mochitest/chrome/queryCaretRectWin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/tests/mochitest/chrome/queryCaretRectWin.html b/dom/tests/mochitest/chrome/queryCaretRectWin.html index cd5a8ec64..cb2fe78a1 100644 --- a/dom/tests/mochitest/chrome/queryCaretRectWin.html +++ b/dom/tests/mochitest/chrome/queryCaretRectWin.html @@ -20,7 +20,7 @@ left: 0em;
top: 0em;
font-size: 10pt;
- font-family: monospace;
+ font-family: 'Courier New';
line-height: 20px;
letter-spacing: 0px;
margin-top:-1px; /* nix the text area border */
|