UNPKG

xtal-sip

Version:

Dynamically "water" a custom element tag with the necessary dependencies to sprout the tag from an inert seedling to a thing of beauty.

18 lines (16 loc) 436 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <script src="../node_modules/wct-browser-legacy/browser.js"></script> </head> <body> <script> // Load and run all tests (.html, .js): WCT.loadSuites([ 'xtal-sip_test.html' ]); </script> </body> </html>