Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Test-Case: Test partial with stream, variables-support with menu
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Jun 10, 2012
1 parent f4f683c commit 6c21c93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test.html
Expand Up @@ -162,13 +162,13 @@ <h3>Test Full Support with <code>audio</code></h3>
<script>window.h5please_full=function(a){ document.getElementById("h5p-message-full").innerHTML=a.html }</script> <script>window.h5please_full=function(a){ document.getElementById("h5p-message-full").innerHTML=a.html }</script>
<script src="../audioapi.json?callback=h5please_full&texticon&html"></script> <script src="../audioapi.json?callback=h5please_full&texticon&html"></script>


<h3>Test Partial Support with <code>webgl</code></h3> <h3>Test Partial Support with <code>stream</code></h3>
<div id="h5p-message-partial"></div> <div id="h5p-message-partial"></div>
<script>window.h5please_partial=function(a){ document.getElementById("h5p-message-partial").innerHTML=a.html }</script> <script>window.h5please_partial=function(a){ document.getElementById("h5p-message-partial").innerHTML=a.html }</script>
<script src="../webgl.json?callback=h5please_partial&texticon&html"></script> <script src="../stream.json?callback=h5please_partial&texticon&html"></script>


<h3>Test Locale-template with Mustache variables</h3> <h3>Test Locale-template with Mustache variables</h3>
<div id="h5p-message-mustache"></div> <div id="h5p-message-mustache"></div>
<script>window.h5please_mustache=function(a){ document.getElementById("h5p-message-mustache").innerHTML=a.html }</script> <script>window.h5please_mustache=function(a){ document.getElementById("h5p-message-mustache").innerHTML=a.html }</script>
<script src="../webgl.json?callback=h5please_mustache&texticon&html&template"></script> <script src="../menu.json?callback=h5please_mustache&texticon&html&template"></script>


0 comments on commit 6c21c93

Please sign in to comment.