UNPKG

dojo

Version:

Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.

20 lines (15 loc) 397 B
<div id="${testId}"> <!-- Template harness for each iframe layout scenario test --> <h4>${label}</h4> <div class="iframeRoot"></div> <label>Visible before scroll:</label> <input class="before"> <br> <label>Visible after scroll:</label> <input class="after"> <br> <label>Has scrolled:</label> <input class="hasScrolled"> <br> <button class="scrollBtn">Scroll Frame</button> </div>