chore: bump chromium to 136.0.7064.0 (main) (#45985)
* chore: bump chromium in DEPS to 136.0.7063.0 * chore: bump chromium in DEPS to 136.0.7064.0 * 6169919: Instantiate Linux (or CrOS) system fonts using Fontations Refs6169919
* 6341209: Remove file-wide unsafe buffer suppression from content/ [1 of N]. Refs6341209
* chore: update patches --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
This commit is contained in:
parent
c813bc2a92
commit
962d8b325a
41 changed files with 134 additions and 134 deletions
|
@ -2924,7 +2924,7 @@ describe('font fallback', () => {
|
|||
} else if (process.platform === 'darwin') {
|
||||
expect(fonts[0].familyName).to.equal('Helvetica');
|
||||
} else if (process.platform === 'linux') {
|
||||
expect(fonts[0].familyName).to.equal('DejaVu Sans');
|
||||
expect(fonts[0].familyName).to.equal('DejaVu Sans (Fontations)');
|
||||
} // I think this depends on the distro? We don't specify a default.
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue