chore: remove WebKit leftovers after it was renamed to Blink (#35966)

This commit is contained in:
Milan Burda 2022-10-12 02:01:57 +02:00 committed by GitHub
parent ee7cf5a6d4
commit 8212616c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 7 deletions

View file

@ -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);