handlebars.html revision 5de853af51191afb07d8df5e55dbdd2494eea9e7
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<!DOCTYPE html>
bc6f4c1c4c1b739fd06d2de05b77b9d08c4d8a5aTinderbox User<html>
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<head>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews <meta charset="utf-8">
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews <title>Test Page</title>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews</head>
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont<body class="yui3-skin-sam">
2eeb74d1cf5355dd98f6d507a10086e16bb08c4bTinderbox User
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<div id="log"></div>
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<script src="/build/yui/yui.js"></script>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt<script>
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Huntvar Y = YUI({
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont allowRollup: false,
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt modules: {
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt 'test-console': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont fullpath : '/common/tests/assets/test-console.js',
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont requires : ['console-filters'],
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont skinnable: true
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont },
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont 'skin-sam-test-console': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont fullpath: '/common/tests/assets/test-console.css',
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont type : 'css'
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont },
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont 'handlebars-test': {
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont fullpath: 'handlebars-test.js',
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont requires: ['handlebars', 'test']
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont }
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont },
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont useBrowserConsole: false
26d8ffe715e74d1e67d268551449b780fec1b95fAutomatic Updater}).use('handlebars-test', 'test-console', function (Y) {
ca4e44ebe8f3b29a426fe047c4192262ca660c6fAutomatic Updater Y.Test.Runner.run();
784a904bd06c7492361ed09a882d10c636b1291bAutomatic Updater});
99d8f5a70440ee8b63ab1745d713b96dde890546Tinderbox User</script>
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox User
19c7b1a0293498a3e36692c59646ed6e15ffc8d0Tinderbox User</body>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews</html>
bc6f4c1c4c1b739fd06d2de05b77b9d08c4d8a5aTinderbox User