blob: af4e7b59241b0a64ffc74a76e5d41804a59cf0ed [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>audio.preload - reflection test</title>
<script src="../../w3cwrapper.js"></script>
</head>
<body>
<p><a href="http://dev.w3.org/html5/spec/Overview.html#dom-media-preload">spec reference</a></p>
<audio id="audio" preload="marks-fantasmagorical-preload-state">
</audio>
<div id="log"></div>
<script>
test(function() {
assert_equals(
document.getElementById("audio").preload,
"metadata",
"audioElement.preload reflects bogus value as 'metadata'");
});
</script>
</body>
</html>