File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ describe("Core morphing tests", function () {
108108 } ) ;
109109
110110 it ( "morphs outerHTML properly when oldNode has siblings" , function ( ) {
111+ // FIXME something about the `make` utility function in this context hangs in Firefox, so use getWorkArea().innerHTML= instead
111112 getWorkArea ( ) . innerHTML =
112113 "<div><p>Preserve me!</p><button>Foo</button><p>Preserve me too!</p></div>" ;
113114 let initial = getWorkArea ( ) . querySelector ( "button" ) ;
Original file line number Diff line number Diff line change 22
33function setup ( ) {
44 beforeEach ( ( ) => {
5- if ( window . useMoveBefore && ! Element . prototype . moveBefore ) {
6- throw new Error ( 'Element.prototype.moveBefore is not available.' ) ;
7- }
85 clearWorkArea ( ) ;
96 } ) ;
107}
You can’t perform that action at this time.
0 commit comments