8cd254d0dce086b53ca23716e564309f8da89eddRyan Grovevar Y = YUI({
896cd5258152d0ecaa16a66e122f4ae0a6542430Ryan Grove allowRollup: false,
fd8cc25f4b45140335df27a04ce976b9251ea857Ryan Grove filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
8cd254d0dce086b53ca23716e564309f8da89eddRyan Grove 'history-html5-test': {
96f90701a09dfccf7b2503c9a3014b80d48f0c01Ryan Grove requires: ['history-hash', 'history-html5', 'test']
8cd254d0dce086b53ca23716e564309f8da89eddRyan Grove}).use('history-html5-test', 'test-console', function (Y) {
7d9f4a49ef5e163b5f38d09a20f72208ab859e65Ryan Grove new Y.Test.Console().render('#log');
8cd254d0dce086b53ca23716e564309f8da89eddRyan Grove Y.Test.Runner.setName('history-html5');