0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test/runtime-puppeteer
Yuichiro Yamashita a2170f5bd5
fix: use wholeText for only contenteditable for set_data (#8394)
- split logic up into "is this a contenteditable element" and depending on the outcome use either .wholeText or .data to check if an update is necessary
- add to puppeteer because jsdom does not support contenteditable
- one test is skipped it because it fails right now but helps test #5018

---------

Co-authored-by: suxin2017 <1107178482@qq.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-03-21 14:30:25 +01:00
..
samples fix: use wholeText for only contenteditable for set_data (#8394) 2023-03-21 14:30:25 +01:00
assert.js implement passing CSS custom properties to components (#6237) 2021-04-30 11:36:36 -04:00
index.ts fix: binding group with if block (#8373) 2023-03-14 10:17:50 +01:00