Ticket #8222: Double Asset Request for Video Tag
open the networking tools to see the files that chrome is requesting. myvideo.mp4 is requested twice.
by rwaldron
JavaScript
var vidtag = $('<video/>', {
html: '<source src="myvideo.mp4">'
}).appendTo("body");