Tetsuharu Ohzeki
Tetsuharu Ohzeki
`renderToPipeableStream()` emit mojibake whitespace chars in its result. This would sometimes breaks the final generated html. React version: 18.2.0 ## Steps To Reproduce Run this test case with jest. ```javascript...
#### c23d4d2cc459b1d9131a875b6d048b9322a65063 Change the argument type of HTMLSlotElement.assign() into (Element or Text) https://bugs.webkit.org/show_bug.cgi?id=243815 Reviewed by NOBODY (OOPS!). * LayoutTests/imported/w3c/web-platform-tests/shadow-dom/imperative-slot-api-expected.txt: * LayoutTests/imported/w3c/web-platform-tests/shadow-dom/imperative-slot-api.html: * Source/WebCore/html/HTMLSlotElement.cpp: (WebCore::HTMLSlotElement::assign): * Source/WebCore/html/HTMLSlotElement.h: * Source/WebCore/html/HTMLSlotElement.idl: