diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:12:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 15:12:12 +0000 |
commit | a7c14e2f29831f4bc5eb18e23e55eb6f7a4e3431 (patch) | |
tree | 54617b4f5f04ee87a2c9e3b97cc88b8626859124 /browser/extensions | |
parent | Releasing progress-linux version 115.7.0esr-1~deb12u1progress7u1. (diff) | |
download | firefox-esr-a7c14e2f29831f4bc5eb18e23e55eb6f7a4e3431.tar.xz firefox-esr-a7c14e2f29831f4bc5eb18e23e55eb6f7a4e3431.zip |
Merging upstream version 115.8.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/extensions')
-rw-r--r-- | browser/extensions/formautofill/test/fixtures/heuristics_cc_exp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/extensions/formautofill/test/fixtures/heuristics_cc_exp.html b/browser/extensions/formautofill/test/fixtures/heuristics_cc_exp.html index e14f1520a6..4d8cb4a101 100644 --- a/browser/extensions/formautofill/test/fixtures/heuristics_cc_exp.html +++ b/browser/extensions/formautofill/test/fixtures/heuristics_cc_exp.html @@ -48,7 +48,6 @@ <p> <label>Exp: <select> - <option value="2015"></option> <option value="2016"></option> <option value="2017"></option> <option value="2018"></option> @@ -59,6 +58,7 @@ <option value="2023"></option> <option value="2024"></option> <option value="2025"></option> + <option value="2026"></option> </select> </label> </p> |