1 2022-02-22 Jonathan Bedard <jbedard@apple.com>
3 Unreviewed, reverting r290220.
5 Tests still fail with with fuzzy data
9 "Test gardening for [CSS Blending] Non-separable blend modes
11 https://bugs.webkit.org/show_bug.cgi?id=131354
12 https://commits.webkit.org/r290220
14 2022-02-22 Asumu Takikawa <asumu@igalia.com>
16 Initial support for Wasm/ESM-integration in the WebCore module loader
17 https://bugs.webkit.org/show_bug.cgi?id=236268
19 Reviewed by Yusuke Suzuki.
21 Add Wasm module MIME type for HTTP tests, and add tests.
23 * http/conf/mime.types:
24 * http/tests/wasm/resources/empty-module.wasm: Added.
25 * http/tests/wasm/wasm-esm-disabled-with-setting-expected.txt: Added.
26 * http/tests/wasm/wasm-esm-disabled-with-setting.html: Added.
28 2022-02-21 Cameron McCormack <heycam@apple.com>
30 Make input element UA shadow tree creation lazy
31 https://bugs.webkit.org/show_bug.cgi?id=236747
33 Reviewed by Aditya Keerthi.
35 * fast/forms/lazy-shadow-tree-creation-expected.html: Added.
36 * fast/forms/lazy-shadow-tree-creation.html: Added.
37 * fast/forms/lazy-shadow-tree-creation.js: Added.
41 2022-02-21 Jon Lee <jonlee@apple.com>
43 Unreviewed gardening for the GPU Process bots.
44 * css3/color-filters/color-filter-text-decoration-shadow.html:
45 * fast/gradients/conic-gradient-alpha-unpremultiplied.html:
46 * fast/gradients/conic-gradient-alpha.html:
47 * fast/gradients/linear-two-hints-angle.html:
48 * fast/scrolling/overflow-inside-foreignobject.html:
49 * gpu-process/TestExpectations:
50 * imported/blink/svg/custom/crisp-edges-leak.svg:
51 * platform/ios/TestExpectations:
53 2022-02-21 Jon Lee <jonlee@apple.com>
55 Add test name to the image diff template
56 https://bugs.webkit.org/show_bug.cgi?id=237003
58 Reviewed by Sam Weinig.
60 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.
61 * fast/harness/image-diff-template-expected.txt:
62 * fast/harness/image-diff-template.html:
64 == Rolled over to ChangeLog-2022-02-22 ==