<!DOCTYPEHTML>
<html>
<head>
<title>Test: cloned media element should continue to play to the end even after the source of the original element is cleared</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
<script type="text/javascript" src="manifest.js"></script>
</head>
<body>
<pre id="test">
<script class="testbody" type="text/javascript">
// tests must run in sequence otherwise concurrent running test will also
// update media cache which will hide the fact media cache not updated
// after changes in media cache streams.
PARALLEL_TESTS = 1;
function startTest(test, token) {
manager.started(token);
info("Trying to load " + token); var v = document.createElement('video');
v.preload = "metadata";
v.token = token;
v.src = test.name;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.