From 831fe2c6cf237805818959cc603f59f7a979bb62 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 26 Jul 2007 02:17:30 +0000 Subject: Modified fancy s5 test in light of asciiMathML changes. git-svn-id: https://pandoc.googlecode.com/svn/trunk@798 788f1e2b-df1e-0410-8736-df70ead52e1b --- tests/s5.fancy.html | 3056 +++++++++++++++++++++++++-------------------------- 1 file changed, 1528 insertions(+), 1528 deletions(-) (limited to 'tests') diff --git a/tests/s5.fancy.html b/tests/s5.fancy.html index 3d84b2a14..37723ec33 100644 --- a/tests/s5.fancy.html +++ b/tests/s5.fancy.html @@ -8,1652 +8,1652 @@ /> - - - - - - - + + + + + + + + + +function startup() { + defaultCheck(); + if (!isOp) + createControls(); + slideLabel(); + fixLinks(); + externalLinks(); + fontScale(); + if (!isOp) { + notOperaFix(); + incrementals = createIncrementals(); + slideJump(); + if (defaultView == 'outline') { + toggle(); + } + document.onkeyup = keys; + document.onkeypress = trap; + document.onclick = clicker; + } +} + +window.onload = startup; +window.onresize = function(){setTimeout('fontScale()', 50);}
-- cgit v1.2.3