summaryrefslogtreecommitdiffstats
path: root/browser/components/screenshots/tests/browser/browser_test_selection_size_text.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/screenshots/tests/browser/browser_test_selection_size_text.js')
-rw-r--r--browser/components/screenshots/tests/browser/browser_test_selection_size_text.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/browser/components/screenshots/tests/browser/browser_test_selection_size_text.js b/browser/components/screenshots/tests/browser/browser_test_selection_size_text.js
index 38d1acbea9..bfe3b884e0 100644
--- a/browser/components/screenshots/tests/browser/browser_test_selection_size_text.js
+++ b/browser/components/screenshots/tests/browser/browser_test_selection_size_text.js
@@ -22,7 +22,7 @@ add_task(async function test_selectionSizeTest() {
Assert.equal(
actualText,
- `${400 * dpr} x ${400 * dpr}`,
+ `${400 * dpr} × ${400 * dpr}`,
"The selection size text is the same"
);
}
@@ -50,7 +50,7 @@ add_task(async function test_selectionSizeTestAt1Point5Zoom() {
Assert.equal(
actualText,
- `${400 * dpr * zoom} x ${400 * dpr * zoom}`,
+ `${400 * dpr * zoom} × ${400 * dpr * zoom}`,
"The selection size text is the same"
);
}
@@ -78,7 +78,7 @@ add_task(async function test_selectionSizeTestAtPoint5Zoom() {
Assert.equal(
actualText,
- `${400 * dpr * zoom} x ${400 * dpr * zoom}`,
+ `${400 * dpr * zoom} × ${400 * dpr * zoom}`,
"The selection size text is the same"
);
}