1 2022-02-22 Asumu Takikawa <asumu@igalia.com>
3 Initial support for Wasm/ESM-integration in the WebCore module loader
4 https://bugs.webkit.org/show_bug.cgi?id=236268
6 Reviewed by Yusuke Suzuki.
8 Add Wasm module MIME type for HTTP tests, and add tests.
10 * http/conf/mime.types:
11 * http/tests/wasm/resources/empty-module.wasm: Added.
12 * http/tests/wasm/wasm-esm-disabled-with-setting-expected.txt: Added.
13 * http/tests/wasm/wasm-esm-disabled-with-setting.html: Added.
15 2022-02-21 Cameron McCormack <heycam@apple.com>
17 Make input element UA shadow tree creation lazy
18 https://bugs.webkit.org/show_bug.cgi?id=236747
20 Reviewed by Aditya Keerthi.
22 * fast/forms/lazy-shadow-tree-creation-expected.html: Added.
23 * fast/forms/lazy-shadow-tree-creation.html: Added.
24 * fast/forms/lazy-shadow-tree-creation.js: Added.
28 2022-02-21 Jon Lee <jonlee@apple.com>
30 Unreviewed gardening for the GPU Process bots.
31 * css3/color-filters/color-filter-text-decoration-shadow.html:
32 * fast/gradients/conic-gradient-alpha-unpremultiplied.html:
33 * fast/gradients/conic-gradient-alpha.html:
34 * fast/gradients/linear-two-hints-angle.html:
35 * fast/scrolling/overflow-inside-foreignobject.html:
36 * gpu-process/TestExpectations:
37 * imported/blink/svg/custom/crisp-edges-leak.svg:
38 * platform/ios/TestExpectations:
40 2022-02-21 Jon Lee <jonlee@apple.com>
42 Add test name to the image diff template
43 https://bugs.webkit.org/show_bug.cgi?id=237003
45 Reviewed by Sam Weinig.
47 Include the test name in the page. Workflow to update fuzzy match data becomes easier to copy-paste the name there instead of from the location bar.
48 * fast/harness/image-diff-template-expected.txt:
49 * fast/harness/image-diff-template.html:
51 == Rolled over to ChangeLog-2022-02-22 ==