File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/react-dom/src/__tests__ Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3485,6 +3485,7 @@ describe('ReactDOMFloat', () => {
34853485 } ) ;
34863486
34873487 describe ( 'escaping' , ( ) => {
3488+ // @gate enableFloat
34883489 it ( 'escapes hrefs when selecting matching elements in the document when rendering Resources' , async ( ) => {
34893490 await actIntoEmptyDocument ( ( ) => {
34903491 const { pipe} = ReactDOMFizzServer . renderToPipeableStream (
@@ -3538,6 +3539,8 @@ describe('ReactDOMFloat', () => {
35383539 </ html > ,
35393540 ) ;
35403541 } ) ;
3542+
3543+ // @gate enableFloat
35413544 it ( 'escapes hrefs when selecting matching elements in the document when using preload and preinit' , async ( ) => {
35423545 await actIntoEmptyDocument ( ( ) => {
35433546 const { pipe} = ReactDOMFizzServer . renderToPipeableStream (
You can’t perform that action at this time.
0 commit comments