1<html> 2<head> 3<title>Other Tests</title> 4</head> 5<body bgcolor="white"> 6<h3>Various other internal and external tests.</h3> 7<ul> 8<li><a href="http://mudcu.be/labs/JS1k/BreathingGalaxies.html">Accelerated 2D Canvas</a></li> 9<li><a href="http://webkit.org/blog-files/3d-transforms/poster-circle.html">Accelerated Layers</a></li> 10<li><a href="https://jigsaw.w3.org/HTTP/Basic/">Authentication (Basic)</a> - credentials returned via GetAuthCredentials</li> 11<li><a href="https://jigsaw.w3.org/HTTP/Digest/">Authentication (Digest)</a> - credentials returned via GetAuthCredentials</li> 12<li><a href="http://html5advent2011.digitpaint.nl/3/index.html">Cursors</a></li> 13<li><a href="dialogs">Dialogs</a></li> 14<li><a href="http://html5demos.com/drag">Drag & Drop</a></li> 15<li><a href="draggable">Draggable Regions</a></li> 16<li>DRM (Clearkey, Widevine) <a href="https://shaka-player-demo.appspot.com/support.html">Codecs support</a>, <a href="https://shaka-player-demo.appspot.com/demo/">Video player demo</a></li> 17<li><a href="http://www.adobe.com/software/flash/about/">Flash Plugin</a> - requires "enable-system-flash" flag on Win/Mac and "ppapi-flash-path", "ppapi-flash-version" flags on Linux</li> 18<li><a href="http://www.html5test.com">HTML5 Feature Test</a></li> 19<li><a href="http://html5-demos.appspot.com/static/filesystem/filer.js/demos/index.html">HTML5 Filesystem</a> - requires "cache-path" flag</li> 20<li><a href="http://www.youtube.com/watch?v=siOHh0uzcuY&html5=True">HTML5 Video</a></li> 21<li><a href="binding">JavaScript Binding</a></li> 22<li><a href="performance">JavaScript Performance Tests</a></li> 23<li><a href="performance2">JavaScript Performance (2) Tests</a></li> 24<li><a href="window">JavaScript Window Manipulation</a></li> 25<li><a href="localstorage">Local Storage</a></li> 26<li><a href="media_router">Media Router (Cast/DIAL)</a></li> 27<li><a href="pdf.pdf">PDF Viewer direct</a></li> 28<li><a href="pdf">PDF Viewer iframe</a></li> 29<li><a href="preferences">Preferences</a></li> 30<li><a href="http://mrdoob.com/lab/javascript/requestanimationframe/">requestAnimationFrame</a></li> 31<li><a href="response_filter">Response Filtering</a></li> 32<li><a href="client://tests/handler.html">Scheme Handler</a></li> 33<li><a href="server">HTTP/WebSocket Server</a></li> 34<li><a href="websocket">WebSocket Client</a></li> 35<li><a href="https://www.google.com/intl/en/chrome/demos/speech.html">Speech Input</a> - requires "enable-speech-input" flag</li> 36<li><a href="transparency">Transparency</a></li> 37<li><a href="http://webglsamples.org/field/field.html">WebGL</a></li> 38<li><a href="http://apprtc.appspot.com/">WebRTC</a> - requires "enable-media-stream" flag</li> 39<li><a href="urlrequest">CefURLRequest</a></li> 40<li><a href="xmlhttprequest">XMLHttpRequest</a></li> 41<li><a href="javascript:window.print();">Print this page with "javascript:window.print();"</a></li> 42<li><a href="https://patrickhlauke.github.io/touch">Touch Feature Tests</a> - requires "touch-events=enabled" flag (and CAPS LOCK on Mac for Trackpad simulation)</li> 43</ul> 44</body> 45</html> 46