spiegel-keyman/web/testing/index.html

53 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Set the viewport width to match iOS device widths -->
<!-- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no" /> -->
<meta name="viewport" content="width=device-width,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Enable IE9 Standards mode -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>KeymanWeb Testing</title>
<style type='text/css'>
body {padding-left:20px;margin-left:12px; font-family:Tahoma,Helvetica}
h1 {color: #800;margin-left:10px;}
h2 {color: #008;margin-left:20px;}
</style>
</head>
<body>
<h1>KeymanWeb 12 Testing</h1>
<h2><a href="./unminified.html">Test unminified Keymanweb</a></h2>
<h2><a href="./unminified - manual.html">Test unminified Keymanweb in manual-attachment mode.</a></h2>
<h2><a href="./keyboard-errors/">Tests keyboard error-handling functionality</a></h2>
<h2><a href="./attachment-api/?mode=auto">Tests the new Attachment/Enablement API functionality</a><h2>
<h2><a href="./chirality/">Chirality testing/bootstrapping</a><h2>
<h2><a href="./options-with-save/">Tests option/variable store functionality</a></h2>
<h2><a href="./platform/">Platform testing</a></h2>
<h2><a href="./prediction-ui/">Prediction UI testing</a></h2>
<h2><a href="./toolbar/">Toolbar UI testing</a></h2>
<h2><a href="./build-visual-keyboard/">Tests keyboard documentation rendering.</a></h2>
<h1>Auto-attachment mode tests</h1>
<h2><a href="./issue29">Test desktop MutationObserver functionality</a></h2>
<h2><a href="./issue62">Light test for touch-based MutationObserver functionality</a></h2>
<h2><a href="./issue63">Test/stress-test touch-based MutationObserver functionality</a></h2>
<h1>Issue Testing</h1>
<h2><a href="./issue005">'Test case' for proper implementation of the removeKeyboards API function.</a></h2>
<h2><a href="./issue53">Tests layering transitions for keyboards with variable layer sizes.</a></h2>
<h2><a href="./issue103/">Tests keyboard loading with repeated requests</a></h2>
<h2><a href="./issue115/">Long-press on numeric and symbolic layer testing</a></h2>
<h2><a href="./issue116/">Next-layer processing testing</a></h2>
<h2><a href="./issue160/">Uxxxx code testing</a></h2>
<h2><a href="./issue266/index.html">Test KMW beep</a></h2>
<h2><a href="./issue271">Test page for interactions between setActiveKeyboard and the toolbar UI.</a></h2>
<h2><a href="./issue1332/index.html">Test keyboard loading with upper case TTF font</a></h2>
<h2><a href="./basic-iframe">Test page for IFrame connectivity and class prototype management.</a></h2>
<h2><a href="./mnemonic">Test page for mnemonic basic support on US English.</a></h2>
<h2><a href="./rotation-events">Test page for evaluating issues with mobile device rotation events.</a></h2>
<h2><a href="./issue382">Test page for automatic key-cap scaling.</a></h2>
<p><a href="../">Return to main index.</a>
</body>
</html>