The 'src' IDL attribute of media elements reflects the content attribute (relative URI).
Test Result Test Assertion
FAIL Test passes if the text 'PASS' appears to the left and the text 'Your browser does not support media elements.' does not appear anywhere on this page.

http://www.w3.org/TR/html5/video.html#attr-media-src

The src IDL attribute on media elements must reflect the content 
attribute of the same name.

http://www.w3.org/TR/html5/infrastructure.html#reflect

If a reflecting IDL attribute is a DOMString attribute whose content 
attribute is defined to contain a URL, then on getting, the IDL 
attribute must resolve the value of the content attribute relative to 
the element and return the resulting absolute URL if that was 
successful, or the empty string otherwise; and on setting, must set the 
content attribute to the specified literal value.