0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/test
Yuichiro Yamashita 1f3d2f7646
fix: better handling of inert attribute (add tests) (#7944)
* add inert to attribute_lookup

* typed for preventing a repeat of the tragedy

* add tests

* revert unnecessary change

* add more test

---------

Co-authored-by: fcrozatier <frederic.crozatier@protonmail.com>
2023-02-26 22:35:00 +08:00
..
css fix: empty value attribute selector doesn't produce "Unused CSS selector" warning (#8122) 2023-02-21 15:21:48 +01:00
custom-elements [ chore] disable puppeteer on Linux for Node8 and 10 (#8155) 2022-12-31 10:13:52 +09:00
hydration [fix] Fix hydration duplicate svelte:head tag issue with @html expressions and nested components (#7745) 2022-09-12 02:35:17 +08:00
js feat: add naturalWidth and naturalHeight bindings (#7857) 2023-02-24 14:20:44 +01:00
motion
parser [feat] Compiler option css: 'none' support (#7914) 2022-11-09 10:21:38 -08:00
preprocess [fix] handle preprocess with empty sourcemaps (#6757) 2021-09-22 13:21:40 -04:00
runtime fix: better handling of inert attribute (add tests) (#7944) 2023-02-26 22:35:00 +08:00
runtime-puppeteer fix: ensure bind:offsetHeight updates (#8096) 2023-02-23 12:03:12 +01:00
server-side-rendering [fix] duplicate meta tags during hydration (#7941) 2022-10-14 14:15:04 +09:00
sourcemaps [feat] add enableSourcemap option (#6835) 2021-10-17 13:04:35 -04:00
stats
store feat: add readonly method to convert writable store to readonly (#6518) 2023-02-23 12:17:34 +01:00
utils [refactor] refactor trim utils and write tests (#6909) 2021-11-09 07:53:49 -05:00
validator fix: silence no content a11y warning if the tag has an aria-label (#8299) 2023-02-22 17:19:33 +01:00
vars
.eslintrc.json
helpers.ts [chore] fix test flakiness (#7076) 2022-01-05 10:30:02 -08:00
setup.js
test.ts
tsconfig.json