83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<html>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<head>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<title>Cache Tests</title>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<script type="text/javascript" src="/build/yui/yui.js"></script>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly</head>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<body class="yui3-skin-sam">
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass<div id="log"></div>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly<script type="text/javascript">
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav GlassYUI({
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass filter: (window.location.search.match(/[?&]filter=([^&]+)/) || [])[1] || 'min',
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass modules: {
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass 'cache-plugin-tests': {
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass fullpath: '/cache-plugin-tests.js',
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass requires: ["test", "dump", "widget", "cache"]
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass }
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass }
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass}).use("test-console", 'cache-plugin-tests', function(Y) {
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass (new Y.Test.Console()).render('#log');
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass Y.Test.Runner.run();
604c858dcf8dd26110c3fc57f6f69a5ca649257bDav Glass});
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly</script>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly</body>
83e9319a20f4ce0a534736d0a2b7edb21e486dc5Jenny Donnelly</html>