mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-13 17:14:02 +03:00
4b877213a1
Previously, we preserved input/textarea values by providing `value` attribute or text child. This produces DOM that does not actually match the original page. This change starts using special attributes to modify values directly when rendering. Same treatment is also applied to options in `select` and `checked` property of checkboxes and radio buttons. |
||
---|---|---|
.. | ||
trace-viewer.spec.ts |