blob: 2dfc37401de9ec2e7a5cc2dcfc4baffbf53f257e [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>video.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>
<video id="video" preload="marks-fantasmagorical-preload-state">
</video>
<div id="log"></div>
<script>
test(function() {
assert_equals(
document.getElementById("video").preload,
"metadata",
"videoElement.preload reflects bogus value as 'metadata'");
});
</script>
</body>
</html>