[![Build status](https://travis-ci.org/PolymerElements/test-fixture.svg?branch=master)](https://travis-ci.org/PolymerElements/test-fixture) ##<test-fixture> The `` element can simplify the exercise of consistently resetting a test suite's DOM. To use it, wrap the test suite's DOM as a template: ```html ``` Now, the `` element can be used to generate a copy of its template: ```html ``` Fixtured elements can be cleaned up by calling `restore` on the ``: ```javascript afterEach(function () { document.getElementById('SomeElementFixture').restore(); // has been removed }); ``` `` will create fixtures from all of its immediate `