chore: remove WebKit leftovers after it was renamed to Blink (#35966)
This commit is contained in:
parent
ee7cf5a6d4
commit
8212616c76
6 changed files with 6 additions and 7 deletions
|
@ -341,7 +341,7 @@ describe('node feature', () => {
|
|||
describe('Buffer', () => {
|
||||
useRemoteContext();
|
||||
|
||||
itremote('can be created from WebKit external string', () => {
|
||||
itremote('can be created from Blink external string', () => {
|
||||
const p = document.createElement('p');
|
||||
p.innerText = '闲云潭影日悠悠,物换星移几度秋';
|
||||
const b = Buffer.from(p.innerText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue