Playwright#
End-to-end testing setup using Playwright framework.
Files#
inner-text.test.ts- Test specificationsplaywright.config.ts- Playwright configurationtest.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
一部のケースはパスするようになっていた