|
@@ -3,7 +3,7 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
-/* bender-tags: dom */
|
|
|
|
|
|
|
+/* bender-tags: dom, browser-only */
|
|
|
|
|
|
|
|
'use strict';
|
|
'use strict';
|
|
|
|
|
|
|
@@ -41,4 +41,4 @@ describe( 'createElement', () => {
|
|
|
expect( p.childNodes[ 0 ].data ).to.equal( 'foo' );
|
|
expect( p.childNodes[ 0 ].data ).to.equal( 'foo' );
|
|
|
expect( p.childNodes[ 1 ].tagName.toLowerCase() ).to.equal( 'img' );
|
|
expect( p.childNodes[ 1 ].tagName.toLowerCase() ).to.equal( 'img' );
|
|
|
} );
|
|
} );
|
|
|
-} );
|
|
|
|
|
|
|
+} );
|