プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Playwright#

End-to-end testing setup using Playwright framework.

Files#

  • inner-text.test.ts - Test specifications
  • playwright.config.ts - Playwright configuration
  • test.html - Test HTML file

Usage#

pnpm install
pnpm exec playwright install
pnpm test

WebKit のコミットを追っていると互換性を高めるための修正進んでいるみたい https://github.com/WebKit/WebKit/commits/main/Source/WebCore/editing/TextIterator.cpp WPT: https://wpt.fyi/results/html/dom/elements/the-innertext-and-outertext-properties Bugs: 289597 – (innerText) ☂️ innerText interop issues and related bugs

一部のケースはパスするようになっていた